#CAEFC5

Color #CAEFC5 Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #CAEFC5

Tints of Snowy Mint #CAEFC5

Color information

#CAEFC5 (or 0xCAEFC5) is unknown color: approx 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

RGB202239197-
CMYK0.1500.180.06
HSL112.86º56.76%85.49%-
HSV(B)112.86º17.57%93.73%-
XYZ65.378.3264.5-
YUV223.15113.24112.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% 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 (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022391970.1500.180.06112.8656.7685.49
HexCAEFC5F0126713955
Octal31235730517022616171125
Binary110010101110111111000101111101001011011100011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>