#CAF09A

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

Shades of Reef #CAF09A

Tints of Reef #CAF09A

Color information

#CAF09A (or 0xCAF09A) is unknown color: approx Reef. HEX triplet: CA, F0 and 9A. RGB value is (202,240,154). Sum of RGB (Red+Green+Blue) = 202+240+154=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 154 (60.55% from 255 or 25.84% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF09A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF09A is #350F65. Grayscale: #DBDBDB. Windows color (decimal): -3477350 or 10154186. OLE color: 10154186.

HSL color Cylindrical-coordinate representation of color #CAF09A: hue angle of 86.51º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAF09A is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB202240154-
CMYK0.1600.360.06
HSL86.51º74.14%77.25%-
HSV(B)86.51º35.83%94.12%-
XYZ61.3577.2142.24-
YUV218.8391.41115.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 240 (94.14% from 255) = 40.27%
BLUE value IS 154 (60.55% from 255) = 25.84%
R=33.89%
G=40.27%
B=25.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022401540.1600.360.0686.5174.1477.25
HexCAF09A100246574a4d
Octal312360232200446127112115
Binary110010101111000010011010100000100100110101011110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF09A; }

 p { color: rgb(202,240,154); }

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

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

 a { background-color: rgb(202,240,154); }

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

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

 span { border-color: rgb(202,240,154); }

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