Html Css Color HEX #CEF8BD Tea Green

📋 copy color: '#CEF8BD'

red 206 ◦ green 248 ◦ blue 189

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

Shades of Tea Green #CEF8BD

Tints of Tea Green #CEF8BD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.57%

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

R = 32.04%
G = 38.57%
B = 29.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#CEF8BD (or 0xCEF8BD) is known color: Tea Green. HEX triplet: CE, F8 and BD. RGB value is (206,248,189). Sum of RGB (Red+Green+Blue) = 206+248+189=643 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.04% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 189 (74.22% from 255 or 29.39% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8BD is #310742. Grayscale: #E4E4E4. Windows color (decimal): -3213123 or 12449998. OLE color: 12449998.

HSL color Cylindrical-coordinate representation of color #CEF8BD: hue angle of 102.71º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEF8BD is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 248 189 -
CMYK 0.17 0 0.24 0.03
HSL 102.71º 0.81% 0.86% -
HSV(B) 102.71º 0.24% 0.97% -
XYZ 68.21 83.93 60.75 -
YUV 228.72 105.59 111.8 -
System Red Green Blue C M Y K H S L
Decimal 206 248 189 0.17 0 0.24 0.03 102.71 0.81 0.86
Hex CE F8 BD 11 0 18 3 67 51 56
Octal 316 370 275 21 0 30 3 147 121 126
Binary 11001110 11111000 10111101 10001 0 11000 11 1100111 1010001 1010110

Color Harmonies of #CEF8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF8BD

Black with #CEF8BD

Text Example


Text Example

White with #CEF8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF8BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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