#CAF2A3

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

Shades of Reef #CAF2A3

Tints of Reef #CAF2A3

Color information

#CAF2A3 (or 0xCAF2A3) is unknown color: approx Reef. HEX triplet: CA, F2 and A3. RGB value is (202,242,163). Sum of RGB (Red+Green+Blue) = 202+242+163=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 242 (94.92% from 255 or 39.87% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF2A3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF2A3 is #350D5C. Grayscale: #DDDDDD. Windows color (decimal): -3476829 or 10744522. OLE color: 10744522.

HSL color Cylindrical-coordinate representation of color #CAF2A3: hue angle of 90.38º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAF2A3 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB202242163-
CMYK0.1700.330.05
HSL90.38º75.24%79.41%-
HSV(B)90.38º32.64%94.9%-
XYZ62.7278.7146.54-
YUV221.0395.25114.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 242 (94.92% from 255) = 39.87%
BLUE value IS 163 (64.06% from 255) = 26.85%
R=33.28%
G=39.87%
B=26.85%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022421630.1700.330.0590.3875.2479.41
HexCAF2A31102155a4b4f
Octal312362243210415132113117
Binary110010101111001010100011100010100001101101101010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF2A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF2A3; }

 p { color: rgb(202,242,163); }

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

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

 a { background-color: rgb(202,242,163); }

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

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

 span { border-color: rgb(202,242,163); }

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