Html Css Color HEX #CEF0B0 Tea Green

📋 copy color: '#CEF0B0'

red 206 ◦ green 240 ◦ blue 176

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

Shades of Tea Green #CEF0B0

Tints of Tea Green #CEF0B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.3%

R = 33.12%
G = 38.59%
B = 28.3%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#CEF0B0 (or 0xCEF0B0) is known color: Tea Green. HEX triplet: CE, F0 and B0. RGB value is (206,240,176). Sum of RGB (Red+Green+Blue) = 206+240+176=622 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.12% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 176 (69.14% from 255 or 28.30% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF0B0 is #310F4F. Grayscale: #DEDEDE. Windows color (decimal): -3215184 or 11595982. OLE color: 11595982.

HSL color Cylindrical-coordinate representation of color #CEF0B0: hue angle of 91.88º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CEF0B0 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 176 -
CMYK 0.14 0 0.27 0.06
HSL 91.88º 0.68% 0.82% -
HSV(B) 91.88º 0.27% 0.94% -
XYZ 64.45 78.58 52.84 -
YUV 222.54 101.74 116.2 -
System Red Green Blue C M Y K H S L
Decimal 206 240 176 0.14 0 0.27 0.06 91.88 0.68 0.82
Hex CE F0 B0 E 0 1B 6 5C 44 52
Octal 316 360 260 16 0 33 6 134 104 122
Binary 11001110 11110000 10110000 1110 0 11011 110 1011100 1000100 1010010

Color Harmonies of #CEF0B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0B0

Black with #CEF0B0

Text Example


Text Example

White with #CEF0B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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