Html Css Color HEX #CFF0CA Snowy Mint

📋 copy color: '#CFF0CA'

red 207 ◦ green 240 ◦ blue 202

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

Shades of Snowy Mint #CFF0CA

Tints of Snowy Mint #CFF0CA

RGB

 RED value IS 207 (81.25% from 255) = 31.9%

 GREEN value IS 240 (94.14% from 255) = 36.98%

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

R = 31.9%
G = 36.98%
B = 31.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#CFF0CA (or 0xCFF0CA) is known color: Snowy Mint. HEX triplet: CF, F0 and CA. RGB value is (207,240,202). Sum of RGB (Red+Green+Blue) = 207+240+202=649 (85% of max value = 765). Red value is 207 (81.25% from 255 or 31.90% from 649); Green value is 240 (94.14% from 255 or 36.98% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0CA is #300F35. Grayscale: #E1E1E1. Windows color (decimal): -3149622 or 13299919. OLE color: 13299919.

HSL color Cylindrical-coordinate representation of color #CFF0CA: hue angle of 112.11º degrees, saturation: 0.56, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFF0CA is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 207 240 202 -
CMYK 0.14 0 0.16 0.06
HSL 112.11º 0.56% 0.87% -
HSV(B) 112.11º 0.16% 0.94% -
XYZ 67.55 79.85 67.73 -
YUV 225.8 114.57 114.59 -
System Red Green Blue C M Y K H S L
Decimal 207 240 202 0.14 0 0.16 0.06 112.11 0.56 0.87
Hex CF F0 CA E 0 10 6 70 38 57
Octal 317 360 312 16 0 20 6 160 70 127
Binary 11001111 11110000 11001010 1110 0 10000 110 1110000 111000 1010111

Color Harmonies of #CFF0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFF0CA

Black with #CFF0CA

Text Example


Text Example

White with #CFF0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFF0CA; }

 p { color: rgb(207,240,202); }

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

background-color css

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

 a { background-color: rgb(207,240,202); }

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

border-color css

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

 span { border-color: rgb(207,240,202); }

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