Html Css Color HEX #CAFFC5 Snowy Mint

📋 copy color: '#CAFFC5'

red 202 ◦ green 255 ◦ blue 197

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

Shades of Snowy Mint #CAFFC5

Tints of Snowy Mint #CAFFC5

RGB

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

 GREEN value IS 255 (100% from 255) = 38.99%

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

R = 30.89%
G = 38.99%
B = 30.12%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0

RGB Variations

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

Color information

#CAFFC5 (or 0xCAFFC5) is known color: Snowy Mint. HEX triplet: CA, FF and C5. RGB value is (202,255,197). Sum of RGB (Red+Green+Blue) = 202+255+197=654 (86% of max value = 765). Red value is 202 (79.30% from 255 or 30.89% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 197 (77.34% from 255 or 30.12% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAFFC5 is #35003A. Grayscale: #E8E8E8. Windows color (decimal): -3473467 or 12976074. OLE color: 12976074.

HSL color Cylindrical-coordinate representation of color #CAFFC5: hue angle of 114.83º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAFFC5 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.

Color convert

RGB 202 255 197 -
CMYK 0.21 0 0.23 0
HSL 114.83º 1% 0.89% -
HSV(B) 114.83º 0.23% 1% -
XYZ 70.2 88.11 66.13 -
YUV 232.54 107.94 106.22 -
System Red Green Blue C M Y K H S L
Decimal 202 255 197 0.21 0 0.23 0 114.83 1 0.89
Hex CA FF C5 15 0 17 0 73 64 59
Octal 312 377 305 25 0 27 0 163 144 131
Binary 11001010 11111111 11000101 10101 0 10111 0 1110011 1100100 1011001

Color Harmonies of #CAFFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFFC5

Black with #CAFFC5

Text Example


Text Example

White with #CAFFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAFFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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