#CAE19A

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

Shades of Reef #CAE19A

Tints of Reef #CAE19A

Color information

#CAE19A (or 0xCAE19A) is unknown color: approx Reef. HEX triplet: CA, E1 and 9A. RGB value is (202,225,154). Sum of RGB (Red+Green+Blue) = 202+225+154=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 225 (88.28% from 255 or 38.73% from 581); Blue value is 154 (60.55% from 255 or 26.51% from 581); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE19A is #351E65. Grayscale: #D2D2D2. Windows color (decimal): -3481190 or 10150346. OLE color: 10150346.

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

Color convert

RGB202225154-
CMYK0.1000.320.12
HSL79.44º54.2%74.31%-
HSV(B)79.44º31.56%88.24%-
XYZ57.1268.7440.83-
YUV210.0396.38122.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.77%
GREEN value IS 225 (88.28% from 255) = 38.73%
BLUE value IS 154 (60.55% from 255) = 26.51%
R=34.77%
G=38.73%
B=26.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022251540.1000.320.1279.4454.274.31
HexCAE19AA020C4f364a
Octal312341232120401411766112
Binary11001010111000011001101010100100000110010011111101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE19A; }

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

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

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

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

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

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

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

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