#CAE69E

Color #CAE69E Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CAE69E

Tints of Reef #CAE69E

Color information

#CAE69E (or 0xCAE69E) is unknown color: approx Reef. HEX triplet: CA, E6 and 9E. RGB value is (202,230,158). Sum of RGB (Red+Green+Blue) = 202+230+158=590 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.24% from 590); Green value is 230 (90.23% from 255 or 38.98% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE69E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE69E is #351961. Grayscale: #D5D5D5. Windows color (decimal): -3479906 or 10413770. OLE color: 10413770.

HSL color Cylindrical-coordinate representation of color #CAE69E: hue angle of 83.33º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAE69E is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB202230158-
CMYK0.1200.310.10
HSL83.33º59.02%76.08%-
HSV(B)83.33º31.3%90.2%-
XYZ58.8371.6243.07-
YUV213.4296.72119.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 34.24%
GREEN value IS 230 (90.23% from 255) = 38.98%
BLUE value IS 158 (62.11% from 255) = 26.78%
R=34.24%
G=38.98%
B=26.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022301580.1200.310.1083.3359.0276.08
HexCAE69EC01FA533b4c
Octal312346236140371212373114
Binary1100101011100110100111101100011111101010100111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE69E; }

 p { color: rgb(202,230,158); }

 H1.HeaderClassName
 {
   color: #CAE69E;
 }
 .AnyTagClassName
 {
   color: #CAE69E;
 }
</style>
background-color css

<style>
 a { background-color: #CAE69E; }

 a { background-color: rgb(202,230,158); }

 div.DivClassName
 {
   background-color: #CAE69E;
 }
 .BgClassName
 {
   background-color: #CAE69E;
 }
</style>
border-color css

<style>
 span { border-color: #CAE69E; }

 span { border-color: rgb(202,230,158); }

 td.TdClassName
 {
   border-color: #CAE69E;
 }
 .TagClassName
 {
   border-color: #CAE69E;
 }
</style>