#cae69c

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

Shades of Reef #CAE69C

Tints of Reef #CAE69C

Color information

#CAE69C (or 0xCAE69C) is unknown color: approx Reef. HEX triplet: CA, E6 and 9C. RGB value is (202,230,156). Sum of RGB (Red+Green+Blue) = 202+230+156=588 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.35% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 156 (61.33% from 255 or 26.53% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE69C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE69C is #351963. Grayscale: #D5D5D5. Windows color (decimal): -3479908 or 10282698. OLE color: 10282698.

HSL color Cylindrical-coordinate representation of color #CAE69C: hue angle of 82.7º degrees, saturation: 0.6, 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 #CAE69C is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.

Color convert

RGB202230156-
CMYK0.1200.320.10
HSL82.7º59.68%75.69%-
HSV(B)82.7º32.17%90.2%-
XYZ58.6571.5542.17-
YUV213.1995.72120.02-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.35%
GREEN value IS 230 (90.23% from 255) = 39.12%
BLUE value IS 156 (61.33% from 255) = 26.53%
R=34.35%
G=39.12%
B=26.53%

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
Decimal2022301560.1200.320.1082.759.6875.69
HexCAE69CC020A533c4c
Octal312346234140401212374114
Binary11001010111001101001110011000100000101010100111111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cae69c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cae69c; }

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

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

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

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

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

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

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

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