Html Css Color HEX #CEEACA Snowy Mint

📋 copy color: '#CEEACA'

red 206 ◦ green 234 ◦ blue 202

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

Shades of Snowy Mint #CEEACA

Tints of Snowy Mint #CEEACA

RGB

 RED value IS 206 (80.86% from 255) = 32.09%

 GREEN value IS 234 (91.8% from 255) = 36.45%

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

R = 32.09%
G = 36.45%
B = 31.46%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#CEEACA (or 0xCEEACA) is known color: Snowy Mint. HEX triplet: CE, EA and CA. RGB value is (206,234,202). Sum of RGB (Red+Green+Blue) = 206+234+202=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 234 (91.80% from 255 or 36.45% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEACA is #311535. Grayscale: #DEDEDE. Windows color (decimal): -3216694 or 13298382. OLE color: 13298382.

HSL color Cylindrical-coordinate representation of color #CEEACA: hue angle of 112.5º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CEEACA is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 234 202 -
CMYK 0.12 0 0.14 0.08
HSL 112.5º 0.43% 0.85% -
HSV(B) 112.5º 0.14% 0.92% -
XYZ 65.54 76.23 67.14 -
YUV 221.98 116.72 116.6 -
System Red Green Blue C M Y K H S L
Decimal 206 234 202 0.12 0 0.14 0.08 112.5 0.43 0.85
Hex CE EA CA C 0 E 8 70 2B 55
Octal 316 352 312 14 0 16 10 160 53 125
Binary 11001110 11101010 11001010 1100 0 1110 1000 1110000 101011 1010101

Color Harmonies of #CEEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEACA

Black with #CEEACA

Text Example


Text Example

White with #CEEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEACA; }

 p { color: rgb(206,234,202); }

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

background-color css

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

 a { background-color: rgb(206,234,202); }

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

border-color css

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

 span { border-color: rgb(206,234,202); }

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