Html Css Color HEX #CAF6C4 Snowy Mint

📋 copy color: '#CAF6C4'

red 202 ◦ green 246 ◦ blue 196

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

Shades of Snowy Mint #CAF6C4

Tints of Snowy Mint #CAF6C4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.2%

 BLUE value IS 196 (76.95% from 255) = 30.43%

R = 31.37%
G = 38.2%
B = 30.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#CAF6C4 (or 0xCAF6C4) is known color: Snowy Mint. HEX triplet: CA, F6 and C4. RGB value is (202,246,196). Sum of RGB (Red+Green+Blue) = 202+246+196=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 246 (96.48% from 255 or 38.20% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF6C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF6C4 is #35093B. Grayscale: #E3E3E3. Windows color (decimal): -3475772 or 12908234. OLE color: 12908234.

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

Color convert

RGB 202 246 196 -
CMYK 0.18 0 0.20 0.04
HSL 112.8º 0.74% 0.87% -
HSV(B) 112.8º 0.2% 0.96% -
XYZ 67.28 82.45 64.59 -
YUV 227.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 202 246 196 0.18 0 0.20 0.04 112.8 0.74 0.87
Hex CA F6 C4 12 0 14 4 71 4A 57
Octal 312 366 304 22 0 24 4 161 112 127
Binary 11001010 11110110 11000100 10010 0 10100 100 1110001 1001010 1010111

Color Harmonies of #CAF6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF6C4

Black with #CAF6C4

Text Example


Text Example

White with #CAF6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF6C4; }

 p { color: rgb(202,246,196); }

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

background-color css

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

 a { background-color: rgb(202,246,196); }

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

border-color css

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

 span { border-color: rgb(202,246,196); }

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