#CAE69D

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

Shades of Reef #CAE69D

Tints of Reef #CAE69D

Color information

#CAE69D (or 0xCAE69D) is unknown color: approx Reef. HEX triplet: CA, E6 and 9D. RGB value is (202,230,157). Sum of RGB (Red+Green+Blue) = 202+230+157=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 230 (90.23% from 255 or 39.05% from 589); Blue value is 157 (61.72% from 255 or 26.66% from 589); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE69D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE69D is #351962. Grayscale: #D5D5D5. Windows color (decimal): -3479907 or 10348234. OLE color: 10348234.

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

Color convert

RGB202230157-
CMYK0.1200.320.10
HSL83.01º59.35%75.88%-
HSV(B)83.01º31.74%90.2%-
XYZ58.7471.5842.62-
YUV213.3196.22119.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.30%
GREEN value IS 230 (90.23% from 255) = 39.05%
BLUE value IS 157 (61.72% from 255) = 26.66%
R=34.30%
G=39.05%
B=26.66%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022301570.1200.320.1083.0159.3575.88
HexCAE69DC020A533b4c
Octal312346235140401212373114
Binary11001010111001101001110111000100000101010100111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE69D; }

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

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

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

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

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

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

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

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