#CAFA90

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

Shades of Reef #CAFA90

Tints of Reef #CAFA90

Color information

#CAFA90 (or 0xCAFA90) is unknown color: approx Reef. HEX triplet: CA, FA and 90. RGB value is (202,250,144). Sum of RGB (Red+Green+Blue) = 202+250+144=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 250 (98.05% from 255 or 41.95% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA90 is #35056F. Grayscale: #DFDFDF. Windows color (decimal): -3474800 or 9501386. OLE color: 9501386.

HSL color Cylindrical-coordinate representation of color #CAFA90: hue angle of 87.17º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAFA90 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB202250144-
CMYK0.1900.420.02
HSL87.17º91.38%77.25%-
HSV(B)87.17º42.4%98.04%-
XYZ63.5882.9439.04-
YUV223.5683.1112.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.89%
GREEN value IS 250 (98.05% from 255) = 41.95%
BLUE value IS 144 (56.64% from 255) = 24.16%
R=33.89%
G=41.95%
B=24.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501440.1900.420.0287.1791.3877.25
HexCAFA901302A2575b4d
Octal312372220230522127133115
Binary11001010111110101001000010011010101010101011110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA90; }

 p { color: rgb(202,250,144); }

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

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

 a { background-color: rgb(202,250,144); }

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

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

 span { border-color: rgb(202,250,144); }

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