#CAE19E

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

Shades of Reef #CAE19E

Tints of Reef #CAE19E

Color information

#CAE19E (or 0xCAE19E) is unknown color: approx Reef. HEX triplet: CA, E1 and 9E. RGB value is (202,225,158). Sum of RGB (Red+Green+Blue) = 202+225+158=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 225 (88.28% from 255 or 38.46% from 585); Blue value is 158 (62.11% from 255 or 27.01% from 585); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE19E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE19E is #351E61. Grayscale: #D2D2D2. Windows color (decimal): -3481186 or 10412490. OLE color: 10412490.

HSL color Cylindrical-coordinate representation of color #CAE19E: hue angle of 80.6º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAE19E is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB202225158-
CMYK0.1000.300.12
HSL80.6º52.76%75.1%-
HSV(B)80.6º29.78%88.24%-
XYZ57.4568.8842.61-
YUV210.4898.38121.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.53%
GREEN value IS 225 (88.28% from 255) = 38.46%
BLUE value IS 158 (62.11% from 255) = 27.01%
R=34.53%
G=38.46%
B=27.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251580.1000.300.1280.652.7675.1
HexCAE19EA01EC51354b
Octal312341236120361412165113
Binary1100101011100001100111101010011110110010100011101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE19E; }

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

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

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

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

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

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

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

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