Html Css Color HEX #CAEFC5 Snowy Mint

📋 copy color: '#CAEFC5'

red 202 ◦ green 239 ◦ blue 197

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

Shades of Snowy Mint #CAEFC5

Tints of Snowy Mint #CAEFC5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.46%

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

R = 31.66%
G = 37.46%
B = 30.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#CAEFC5 (or 0xCAEFC5) is known color: Snowy Mint. HEX triplet: CA, EF and C5. RGB value is (202,239,197). Sum of RGB (Red+Green+Blue) = 202+239+197=638 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.66% from 638); Green value is 239 (93.75% from 255 or 37.46% from 638); Blue value is 197 (77.34% from 255 or 30.88% from 638); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFC5 is #35103A. Grayscale: #DFDFDF. Windows color (decimal): -3477563 or 12971978. OLE color: 12971978.

HSL color Cylindrical-coordinate representation of color #CAEFC5: hue angle of 112.86º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAEFC5 is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 239 197 -
CMYK 0.15 0 0.18 0.06
HSL 112.86º 0.57% 0.85% -
HSV(B) 112.86º 0.18% 0.94% -
XYZ 65.3 78.32 64.5 -
YUV 223.15 113.24 112.92 -
System Red Green Blue C M Y K H S L
Decimal 202 239 197 0.15 0 0.18 0.06 112.86 0.57 0.85
Hex CA EF C5 F 0 12 6 71 39 55
Octal 312 357 305 17 0 22 6 161 71 125
Binary 11001010 11101111 11000101 1111 0 10010 110 1110001 111001 1010101

Color Harmonies of #CAEFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEFC5

Black with #CAEFC5

Text Example


Text Example

White with #CAEFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEFC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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