Html Css Color HEX #CEF0BF Tea Green

📋 copy color: '#CEF0BF'

red 206 ◦ green 240 ◦ blue 191

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

Shades of Tea Green #CEF0BF

Tints of Tea Green #CEF0BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.98%

R = 32.34%
G = 37.68%
B = 29.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#CEF0BF (or 0xCEF0BF) is known color: Tea Green. HEX triplet: CE, F0 and BF. RGB value is (206,240,191). Sum of RGB (Red+Green+Blue) = 206+240+191=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 240 (94.14% from 255 or 37.68% from 637); Blue value is 191 (75% from 255 or 29.98% from 637); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0BF is #310F40. Grayscale: #E0E0E0. Windows color (decimal): -3215169 or 12579022. OLE color: 12579022.

HSL color Cylindrical-coordinate representation of color #CEF0BF: hue angle of 101.63º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEF0BF is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 240 191 -
CMYK 0.14 0 0.20 0.06
HSL 101.63º 0.62% 0.85% -
HSV(B) 101.63º 0.2% 0.94% -
XYZ 66.02 79.2 61.1 -
YUV 224.25 109.24 114.98 -
System Red Green Blue C M Y K H S L
Decimal 206 240 191 0.14 0 0.20 0.06 101.63 0.62 0.85
Hex CE F0 BF E 0 14 6 66 3E 55
Octal 316 360 277 16 0 24 6 146 76 125
Binary 11001110 11110000 10111111 1110 0 10100 110 1100110 111110 1010101

Color Harmonies of #CEF0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF0BF

Black with #CEF0BF

Text Example


Text Example

White with #CEF0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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