Html Css Color HEX #CEEABA Tea Green

📋 copy color: '#CEEABA'

red 206 ◦ green 234 ◦ blue 186

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

Shades of Tea Green #CEEABA

Tints of Tea Green #CEEABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 29.71%

R = 32.91%
G = 37.38%
B = 29.71%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#CEEABA (or 0xCEEABA) is known color: Tea Green. HEX triplet: CE, EA and BA. RGB value is (206,234,186). Sum of RGB (Red+Green+Blue) = 206+234+186=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #CEEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEABA is #311545. Grayscale: #DCDCDC. Windows color (decimal): -3216710 or 12249806. OLE color: 12249806.

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

Color convert

RGB 206 234 186 -
CMYK 0.12 0 0.21 0.08
HSL 95º 0.53% 0.82% -
HSV(B) 95º 0.21% 0.92% -
XYZ 63.74 75.51 57.67 -
YUV 220.16 108.72 117.9 -
System Red Green Blue C M Y K H S L
Decimal 206 234 186 0.12 0 0.21 0.08 95 0.53 0.82
Hex CE EA BA C 0 15 8 5F 35 52
Octal 316 352 272 14 0 25 10 137 65 122
Binary 11001110 11101010 10111010 1100 0 10101 1000 1011111 110101 1010010

Color Harmonies of #CEEABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEABA

Black with #CEEABA

Text Example


Text Example

White with #CEEABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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