#CAE595

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

Shades of Reef #CAE595

Tints of Reef #CAE595

Color information

#CAE595 (or 0xCAE595) is unknown color: approx Reef. HEX triplet: CA, E5 and 95. RGB value is (202,229,149). Sum of RGB (Red+Green+Blue) = 202+229+149=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE595 is #351A6A. Grayscale: #D4D4D4. Windows color (decimal): -3480171 or 9823690. OLE color: 9823690.

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

Color convert

RGB202229149-
CMYK0.1200.350.10
HSL80.25º60.61%74.12%-
HSV(B)80.25º34.93%89.8%-
XYZ57.870.7739.05-
YUV211.8192.55121-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 34.83%
GREEN value IS 229 (89.84% from 255) = 39.48%
BLUE value IS 149 (58.59% from 255) = 25.69%
R=34.83%
G=39.48%
B=25.69%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2022291490.1200.350.1080.2560.6174.12
HexCAE595C023A503d4a
Octal312345225140431212075112
Binary11001010111001011001010111000100011101010100001111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE595; }

 p { color: rgb(202,229,149); }

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

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

 a { background-color: rgb(202,229,149); }

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

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

 span { border-color: rgb(202,229,149); }

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