#CAECA1

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

Shades of Reef #CAECA1

Tints of Reef #CAECA1

Color information

#CAECA1 (or 0xCAECA1) is unknown color: approx Reef. HEX triplet: CA, EC and A1. RGB value is (202,236,161). Sum of RGB (Red+Green+Blue) = 202+236+161=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 161 (63.28% from 255 or 26.88% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAECA1 is #35135E. Grayscale: #D9D9D9. Windows color (decimal): -3478367 or 10611914. OLE color: 10611914.

HSL color Cylindrical-coordinate representation of color #CAECA1: hue angle of 87.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAECA1 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB202236161-
CMYK0.1400.320.07
HSL87.2º66.37%77.84%-
HSV(B)87.2º31.78%92.55%-
XYZ60.7975.1245.01-
YUV217.2896.24117.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 236 (92.58% from 255) = 39.40%
BLUE value IS 161 (63.28% from 255) = 26.88%
R=33.72%
G=39.40%
B=26.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022361610.1400.320.0787.266.3777.84
HexCAECA1E020757424e
Octal312354241160407127102116
Binary11001010111011001010000111100100000111101011110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAECA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAECA1; }

 p { color: rgb(202,236,161); }

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

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

 a { background-color: rgb(202,236,161); }

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

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

 span { border-color: rgb(202,236,161); }

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