Html Css Color HEX #CAEFC6 Snowy Mint

📋 copy color: '#CAEFC6'

red 202 ◦ green 239 ◦ blue 198

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

Shades of Snowy Mint #CAEFC6

Tints of Snowy Mint #CAEFC6

RGB

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

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

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

R = 31.61%
G = 37.4%
B = 30.99%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#CAEFC6 (or 0xCAEFC6) is known color: Snowy Mint. HEX triplet: CA, EF and C6. RGB value is (202,239,198). Sum of RGB (Red+Green+Blue) = 202+239+198=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 239 (93.75% from 255 or 37.40% from 639); Blue value is 198 (77.73% from 255 or 30.99% from 639); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFC6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEFC6 is #351039. Grayscale: #DFDFDF. Windows color (decimal): -3477562 or 13037514. OLE color: 13037514.

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

Color convert

RGB 202 239 198 -
CMYK 0.15 0 0.17 0.06
HSL 114.15º 0.56% 0.86% -
HSV(B) 114.15º 0.17% 0.94% -
XYZ 65.42 78.37 65.1 -
YUV 223.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 202 239 198 0.15 0 0.17 0.06 114.15 0.56 0.86
Hex CA EF C6 F 0 11 6 72 38 56
Octal 312 357 306 17 0 21 6 162 70 126
Binary 11001010 11101111 11000110 1111 0 10001 110 1110010 111000 1010110

Color Harmonies of #CAEFC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAEFC6

Black with #CAEFC6

Text Example


Text Example

White with #CAEFC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAEFC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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