Html Css Color HEX #CEF0BA Tea Green

📋 copy color: '#CEF0BA'

red 206 ◦ green 240 ◦ blue 186

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

Shades of Tea Green #CEF0BA

Tints of Tea Green #CEF0BA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.97%

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

R = 32.59%
G = 37.97%
B = 29.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#CEF0BA (or 0xCEF0BA) is known color: Tea Green. HEX triplet: CE, F0 and BA. RGB value is (206,240,186). Sum of RGB (Red+Green+Blue) = 206+240+186=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0BA is #310F45. Grayscale: #DFDFDF. Windows color (decimal): -3215174 or 12251342. OLE color: 12251342.

HSL color Cylindrical-coordinate representation of color #CEF0BA: hue angle of 97.78º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEF0BA is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 186 -
CMYK 0.14 0 0.22 0.06
HSL 97.78º 0.64% 0.84% -
HSV(B) 97.78º 0.23% 0.94% -
XYZ 65.48 78.99 58.25 -
YUV 223.68 106.74 115.39 -
System Red Green Blue C M Y K H S L
Decimal 206 240 186 0.14 0 0.22 0.06 97.78 0.64 0.84
Hex CE F0 BA E 0 16 6 62 40 54
Octal 316 360 272 16 0 26 6 142 100 124
Binary 11001110 11110000 10111010 1110 0 10110 110 1100010 1000000 1010100

Color Harmonies of #CEF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0BA

Black with #CEF0BA

Text Example


Text Example

White with #CEF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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