#CAE492

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

Shades of Reef #CAE492

Tints of Reef #CAE492

Color information

#CAE492 (or 0xCAE492) is unknown color: approx Reef. HEX triplet: CA, E4 and 92. RGB value is (202,228,146). Sum of RGB (Red+Green+Blue) = 202+228+146=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 146 (57.42% from 255 or 25.35% from 576); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE492 is #351B6D. Grayscale: #D3D3D3. Windows color (decimal): -3480430 or 9626826. OLE color: 9626826.

HSL color Cylindrical-coordinate representation of color #CAE492: hue angle of 79.02º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAE492 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB202228146-
CMYK0.1100.360.11
HSL79.02º60.29%73.33%-
HSV(B)79.02º35.96%89.41%-
XYZ57.2970.1237.71-
YUV210.8891.39121.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.07%
GREEN value IS 228 (89.45% from 255) = 39.58%
BLUE value IS 146 (57.42% from 255) = 25.35%
R=35.07%
G=39.58%
B=25.35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281460.1100.360.1179.0260.2973.33
HexCAE492B024B4f3c49
Octal312344222130441311774111
Binary11001010111001001001001010110100100101110011111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE492; }

 p { color: rgb(202,228,146); }

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

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

 a { background-color: rgb(202,228,146); }

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

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

 span { border-color: rgb(202,228,146); }

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