Html Css Color HEX #CEE5BA Tea Green

📋 copy color: '#CEE5BA'

red 206 ◦ green 229 ◦ blue 186

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

Shades of Tea Green #CEE5BA

Tints of Tea Green #CEE5BA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.88%

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

R = 33.17%
G = 36.88%
B = 29.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#CEE5BA (or 0xCEE5BA) is known color: Tea Green. HEX triplet: CE, E5 and BA. RGB value is (206,229,186). Sum of RGB (Red+Green+Blue) = 206+229+186=621 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.17% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 229 - color contains mainly: green. Hex color #CEE5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE5BA is #311A45. Grayscale: #D9D9D9. Windows color (decimal): -3217990 or 12248526. OLE color: 12248526.

HSL color Cylindrical-coordinate representation of color #CEE5BA: hue angle of 92.09º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE5BA is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 229 186 -
CMYK 0.10 0 0.19 0.10
HSL 92.09º 0.45% 0.81% -
HSV(B) 92.09º 0.19% 0.9% -
XYZ 62.34 72.71 57.2 -
YUV 217.22 110.38 120 -
System Red Green Blue C M Y K H S L
Decimal 206 229 186 0.10 0 0.19 0.10 92.09 0.45 0.81
Hex CE E5 BA A 0 13 A 5C 2D 51
Octal 316 345 272 12 0 23 12 134 55 121
Binary 11001110 11100101 10111010 1010 0 10011 1010 1011100 101101 1010001

Color Harmonies of #CEE5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE5BA

Black with #CEE5BA

Text Example


Text Example

White with #CEE5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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