#CAE093

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

Shades of Reef #CAE093

Tints of Reef #CAE093

Color information

#CAE093 (or 0xCAE093) is unknown color: approx Reef. HEX triplet: CA, E0 and 93. RGB value is (202,224,147). Sum of RGB (Red+Green+Blue) = 202+224+147=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE093 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE093 is #351F6C. Grayscale: #D0D0D0. Windows color (decimal): -3481453 or 9691338. OLE color: 9691338.

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

Color convert

RGB202224147-
CMYK0.1000.340.12
HSL77.14º55.4%72.75%-
HSV(B)77.14º34.38%87.84%-
XYZ56.2867.9737.76-
YUV208.6493.21123.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.25%
GREEN value IS 224 (87.89% from 255) = 39.09%
BLUE value IS 147 (57.81% from 255) = 25.65%
R=35.25%
G=39.09%
B=25.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2022241470.1000.340.1277.1455.472.75
HexCAE093A022C4d3749
Octal312340223120421411567111
Binary11001010111000001001001110100100010110010011011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE093; }

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

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

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

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

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

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

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

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