Html Css Color HEX #CAF8C6 Snowy Mint

📋 copy color: '#CAF8C6'

red 202 ◦ green 248 ◦ blue 198

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

Shades of Snowy Mint #CAF8C6

Tints of Snowy Mint #CAF8C6

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.27%

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

R = 31.17%
G = 38.27%
B = 30.56%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#CAF8C6 (or 0xCAF8C6) is known color: Snowy Mint. HEX triplet: CA, F8 and C6. RGB value is (202,248,198). Sum of RGB (Red+Green+Blue) = 202+248+198=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 198 (77.73% from 255 or 30.56% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #CAF8C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAF8C6 is #350739. Grayscale: #E4E4E4. Windows color (decimal): -3475258 or 13039818. OLE color: 13039818.

HSL color Cylindrical-coordinate representation of color #CAF8C6: hue angle of 115.2º degrees, saturation: 0.78, 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 #CAF8C6 is Cyan = 0.19, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 248 198 -
CMYK 0.19 0 0.20 0.03
HSL 115.2º 0.78% 0.87% -
HSV(B) 115.2º 0.2% 0.97% -
XYZ 68.12 83.77 66 -
YUV 228.55 110.76 109.07 -
System Red Green Blue C M Y K H S L
Decimal 202 248 198 0.19 0 0.20 0.03 115.2 0.78 0.87
Hex CA F8 C6 13 0 14 3 73 4E 57
Octal 312 370 306 23 0 24 3 163 116 127
Binary 11001010 11111000 11000110 10011 0 10100 11 1110011 1001110 1010111

Color Harmonies of #CAF8C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF8C6

Black with #CAF8C6

Text Example


Text Example

White with #CAF8C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF8C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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