Html Css Color HEX #CAFAC5 Snowy Mint

📋 copy color: '#CAFAC5'

red 202 ◦ green 250 ◦ blue 197

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

Shades of Snowy Mint #CAFAC5

Tints of Snowy Mint #CAFAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 30.35%

R = 31.12%
G = 38.52%
B = 30.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#CAFAC5 (or 0xCAFAC5) is known color: Snowy Mint. HEX triplet: CA, FA and C5. RGB value is (202,250,197). Sum of RGB (Red+Green+Blue) = 202+250+197=649 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.12% from 649); Green value is 250 (98.05% from 255 or 38.52% from 649); Blue value is 197 (77.34% from 255 or 30.35% from 649); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFAC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFAC5 is #35053A. Grayscale: #E5E5E5. Windows color (decimal): -3474747 or 12974794. OLE color: 12974794.

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

Color convert

RGB 202 250 197 -
CMYK 0.19 0 0.21 0.02
HSL 114.34º 0.84% 0.88% -
HSV(B) 114.34º 0.21% 0.98% -
XYZ 68.62 84.96 65.61 -
YUV 229.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 202 250 197 0.19 0 0.21 0.02 114.34 0.84 0.88
Hex CA FA C5 13 0 15 2 72 54 58
Octal 312 372 305 23 0 25 2 162 124 130
Binary 11001010 11111010 11000101 10011 0 10101 10 1110010 1010100 1011000

Color Harmonies of #CAFAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFAC5

Black with #CAFAC5

Text Example


Text Example

White with #CAFAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFAC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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