Html Css Color HEX #CEEAC0 Tea Green

📋 copy color: '#CEEAC0'

red 206 ◦ green 234 ◦ blue 192

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

Shades of Tea Green #CEEAC0

Tints of Tea Green #CEEAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 30.38%

R = 32.59%
G = 37.03%
B = 30.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#CEEAC0 (or 0xCEEAC0) is known color: Tea Green. HEX triplet: CE, EA and C0. RGB value is (206,234,192). Sum of RGB (Red+Green+Blue) = 206+234+192=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 192 (75.39% from 255 or 30.38% from 632); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEAC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEAC0 is #31153F. Grayscale: #DCDCDC. Windows color (decimal): -3216704 or 12643022. OLE color: 12643022.

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

Color convert

RGB 206 234 192 -
CMYK 0.12 0 0.18 0.08
HSL 100º 0.5% 0.84% -
HSV(B) 100º 0.18% 0.92% -
XYZ 64.39 75.77 61.1 -
YUV 220.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 206 234 192 0.12 0 0.18 0.08 100 0.5 0.84
Hex CE EA C0 C 0 12 8 64 32 54
Octal 316 352 300 14 0 22 10 144 62 124
Binary 11001110 11101010 11000000 1100 0 10010 1000 1100100 110010 1010100

Color Harmonies of #CEEAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEAC0

Black with #CEEAC0

Text Example


Text Example

White with #CEEAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEAC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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