#CAEA89

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

Shades of Sulu #CAEA89

Tints of Sulu #CAEA89

Color information

#CAEA89 (or 0xCAEA89) is unknown color: approx Sulu. HEX triplet: CA, EA and 89. RGB value is (202,234,137). Sum of RGB (Red+Green+Blue) = 202+234+137=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 137 (53.91% from 255 or 23.91% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEA89 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEA89 is #351576. Grayscale: #D5D5D5. Windows color (decimal): -3478903 or 9038538. OLE color: 9038538.

HSL color Cylindrical-coordinate representation of color #CAEA89: hue angle of 79.79º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAEA89 is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB202234137-
CMYK0.1400.410.08
HSL79.79º69.78%72.75%-
HSV(B)79.79º41.45%91.76%-
XYZ58.373.2134.73-
YUV213.3784.9119.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 234 (91.80% from 255) = 40.84%
BLUE value IS 137 (53.91% from 255) = 23.91%
R=35.25%
G=40.84%
B=23.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341370.1400.410.0879.7969.7872.75
HexCAEA89E0298504649
Octal3123522111605110120106111
Binary110010101110101010001001111001010011000101000010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEA89; }

 p { color: rgb(202,234,137); }

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

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

 a { background-color: rgb(202,234,137); }

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

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

 span { border-color: rgb(202,234,137); }

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