Html Css Color HEX #CAFA9F Reef

📋 copy color: '#CAFA9F'

red 202 ◦ green 250 ◦ blue 159

#CAFA9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CAFA9F

Tints of Reef #CAFA9F

RGB

 RED value IS 202 (79.3% from 255) = 33.06%

 GREEN value IS 250 (98.05% from 255) = 40.92%

 BLUE value IS 159 (62.5% from 255) = 26.02%

R = 33.06%
G = 40.92%
B = 26.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#CAFA9F (or 0xCAFA9F) is known color: Reef. HEX triplet: CA, FA and 9F. RGB value is (202,250,159). Sum of RGB (Red+Green+Blue) = 202+250+159=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA9F is #350560. Grayscale: #E1E1E1. Windows color (decimal): -3474785 or 10484426. OLE color: 10484426.

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

Color convert

RGB 202 250 159 -
CMYK 0.19 0 0.36 0.02
HSL 91.65º 0.9% 0.8% -
HSV(B) 91.65º 0.36% 0.98% -
XYZ 64.8 83.43 45.49 -
YUV 225.27 90.6 111.4 -
System Red Green Blue C M Y K H S L
Decimal 202 250 159 0.19 0 0.36 0.02 91.65 0.9 0.8
Hex CA FA 9F 13 0 24 2 5C 5A 50
Octal 312 372 237 23 0 44 2 134 132 120
Binary 11001010 11111010 10011111 10011 0 100100 10 1011100 1011010 1010000

Color Harmonies of #CAFA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFA9F

Black with #CAFA9F

Text Example


Text Example

White with #CAFA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFA9F; }

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

 H1.HeaderClassName
 {
   color: #CAFA9F;
 }
 .AnyTagClassName
 {
   color: #CAFA9F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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