Html Css Color HEX #CEE4BA Tea Green

📋 copy color: '#CEE4BA'

red 206 ◦ green 228 ◦ blue 186

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

Shades of Tea Green #CEE4BA

Tints of Tea Green #CEE4BA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.77%

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

R = 33.23%
G = 36.77%
B = 30%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CEE4BA (or 0xCEE4BA) is known color: Tea Green. HEX triplet: CE, E4 and BA. RGB value is (206,228,186). Sum of RGB (Red+Green+Blue) = 206+228+186=620 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.23% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 228 - color contains mainly: green. Hex color #CEE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEE4BA is #311B45. Grayscale: #D8D8D8. Windows color (decimal): -3218246 or 12248270. OLE color: 12248270.

HSL color Cylindrical-coordinate representation of color #CEE4BA: hue angle of 91.43º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE4BA is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 228 186 -
CMYK 0.10 0 0.18 0.11
HSL 91.43º 0.44% 0.81% -
HSV(B) 91.43º 0.18% 0.89% -
XYZ 62.06 72.15 57.11 -
YUV 216.63 110.71 120.42 -
System Red Green Blue C M Y K H S L
Decimal 206 228 186 0.10 0 0.18 0.11 91.43 0.44 0.81
Hex CE E4 BA A 0 12 B 5B 2C 51
Octal 316 344 272 12 0 22 13 133 54 121
Binary 11001110 11100100 10111010 1010 0 10010 1011 1011011 101100 1010001

Color Harmonies of #CEE4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4BA

Black with #CEE4BA

Text Example


Text Example

White with #CEE4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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