#CAE392

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

Shades of Reef #CAE392

Tints of Reef #CAE392

Color information

#CAE392 (or 0xCAE392) is unknown color: approx Reef. HEX triplet: CA, E3 and 92. RGB value is (202,227,146). Sum of RGB (Red+Green+Blue) = 202+227+146=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 146 (57.42% from 255 or 25.39% from 575); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE392 is #351C6D. Grayscale: #D2D2D2. Windows color (decimal): -3480686 or 9626570. OLE color: 9626570.

HSL color Cylindrical-coordinate representation of color #CAE392: hue angle of 78.52º degrees, saturation: 0.59, 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 #CAE392 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB202227146-
CMYK0.1100.360.11
HSL78.52º59.12%73.14%-
HSV(B)78.52º35.68%89.02%-
XYZ57.0169.5737.62-
YUV210.2991.72122.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.13%
GREEN value IS 227 (89.06% from 255) = 39.48%
BLUE value IS 146 (57.42% from 255) = 25.39%
R=35.13%
G=39.48%
B=25.39%

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
Decimal2022271460.1100.360.1178.5259.1273.14
HexCAE392B024B4f3b49
Octal312343222130441311773111
Binary11001010111000111001001010110100100101110011111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE392; }

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

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

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

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

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

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

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

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