Html Css Color HEX #CEF0BD Tea Green

📋 copy color: '#CEF0BD'

red 206 ◦ green 240 ◦ blue 189

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

Shades of Tea Green #CEF0BD

Tints of Tea Green #CEF0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.76%

R = 32.44%
G = 37.8%
B = 29.76%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#CEF0BD (or 0xCEF0BD) is known color: Tea Green. HEX triplet: CE, F0 and BD. RGB value is (206,240,189). Sum of RGB (Red+Green+Blue) = 206+240+189=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 189 (74.22% from 255 or 29.76% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0BD is #310F42. Grayscale: #E0E0E0. Windows color (decimal): -3215171 or 12447950. OLE color: 12447950.

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

Color convert

RGB 206 240 189 -
CMYK 0.14 0 0.21 0.06
HSL 100º 0.63% 0.84% -
HSV(B) 100º 0.21% 0.94% -
XYZ 65.8 79.12 59.95 -
YUV 224.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 206 240 189 0.14 0 0.21 0.06 100 0.63 0.84
Hex CE F0 BD E 0 15 6 64 3F 54
Octal 316 360 275 16 0 25 6 144 77 124
Binary 11001110 11110000 10111101 1110 0 10101 110 1100100 111111 1010100

Color Harmonies of #CEF0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0BD

Black with #CEF0BD

Text Example


Text Example

White with #CEF0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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