Html Css Color HEX #CAF7C6 Snowy Mint

📋 copy color: '#CAF7C6'

red 202 ◦ green 247 ◦ blue 198

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

Shades of Snowy Mint #CAF7C6

Tints of Snowy Mint #CAF7C6

RGB

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

 GREEN value IS 247 (96.88% from 255) = 38.18%

 BLUE value IS 198 (77.73% from 255) = 30.6%

R = 31.22%
G = 38.18%
B = 30.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#CAF7C6 (or 0xCAF7C6) is known color: Snowy Mint. HEX triplet: CA, F7 and C6. RGB value is (202,247,198). Sum of RGB (Red+Green+Blue) = 202+247+198=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 247 (96.88% from 255 or 38.18% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 247 - color contains mainly: green. Hex color #CAF7C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF7C6 is #350839. Grayscale: #E4E4E4. Windows color (decimal): -3475514 or 13039562. OLE color: 13039562.

HSL color Cylindrical-coordinate representation of color #CAF7C6: hue angle of 115.1º degrees, saturation: 0.75, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF7C6 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 247 198 -
CMYK 0.18 0 0.20 0.03
HSL 115.1º 0.75% 0.87% -
HSV(B) 115.1º 0.2% 0.97% -
XYZ 67.81 83.16 65.9 -
YUV 227.96 111.09 109.48 -
System Red Green Blue C M Y K H S L
Decimal 202 247 198 0.18 0 0.20 0.03 115.1 0.75 0.87
Hex CA F7 C6 12 0 14 3 73 4B 57
Octal 312 367 306 22 0 24 3 163 113 127
Binary 11001010 11110111 11000110 10010 0 10100 11 1110011 1001011 1010111

Color Harmonies of #CAF7C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF7C6

Black with #CAF7C6

Text Example


Text Example

White with #CAF7C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF7C6; }

 p { color: rgb(202,247,198); }

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

background-color css

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

 a { background-color: rgb(202,247,198); }

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

border-color css

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

 span { border-color: rgb(202,247,198); }

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