#CAE09A

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

Shades of Reef #CAE09A

Tints of Reef #CAE09A

Color information

#CAE09A (or 0xCAE09A) is unknown color: approx Reef. HEX triplet: CA, E0 and 9A. RGB value is (202,224,154). Sum of RGB (Red+Green+Blue) = 202+224+154=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE09A is #351F65. Grayscale: #D1D1D1. Windows color (decimal): -3481446 or 10150090. OLE color: 10150090.

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

Color convert

RGB202224154-
CMYK0.1000.310.12
HSL78.86º53.03%74.12%-
HSV(B)78.86º31.25%87.84%-
XYZ56.8568.240.74-
YUV209.4496.71122.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 224 (87.89% from 255) = 38.62%
BLUE value IS 154 (60.55% from 255) = 26.55%
R=34.83%
G=38.62%
B=26.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241540.1000.310.1278.8653.0374.12
HexCAE09AA01FC4f354a
Octal312340232120371411765112
Binary1100101011100000100110101010011111110010011111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE09A; }

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

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

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

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

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

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

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

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