Html Css Color HEX #CEEBBA Tea Green

📋 copy color: '#CEEBBA'

red 206 ◦ green 235 ◦ blue 186

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

Shades of Tea Green #CEEBBA

Tints of Tea Green #CEEBBA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.48%

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

R = 32.85%
G = 37.48%
B = 29.67%

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

#CEEBBA (or 0xCEEBBA) is known color: Tea Green. HEX triplet: CE, EB and BA. RGB value is (206,235,186). Sum of RGB (Red+Green+Blue) = 206+235+186=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #CEEBBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEBBA is #311445. Grayscale: #DCDCDC. Windows color (decimal): -3216454 or 12250062. OLE color: 12250062.

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

Color convert

RGB 206 235 186 -
CMYK 0.12 0 0.21 0.08
HSL 95.51º 0.55% 0.83% -
HSV(B) 95.51º 0.21% 0.92% -
XYZ 64.02 76.08 57.77 -
YUV 220.74 108.39 117.48 -
System Red Green Blue C M Y K H S L
Decimal 206 235 186 0.12 0 0.21 0.08 95.51 0.55 0.83
Hex CE EB BA C 0 15 8 60 37 53
Octal 316 353 272 14 0 25 10 140 67 123
Binary 11001110 11101011 10111010 1100 0 10101 1000 1100000 110111 1010011

Color Harmonies of #CEEBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEBBA

Black with #CEEBBA

Text Example


Text Example

White with #CEEBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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