Html Css Color HEX #CEF8BA Tea Green

📋 copy color: '#CEF8BA'

red 206 ◦ green 248 ◦ blue 186

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

Shades of Tea Green #CEF8BA

Tints of Tea Green #CEF8BA

RGB

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

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

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

R = 32.19%
G = 38.75%
B = 29.06%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.03

RGB Variations

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

Color information

#CEF8BA (or 0xCEF8BA) is known color: Tea Green. HEX triplet: CE, F8 and BA. RGB value is (206,248,186). Sum of RGB (Red+Green+Blue) = 206+248+186=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 186 (73.05% from 255 or 29.06% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #CEF8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF8BA is #310745. Grayscale: #E4E4E4. Windows color (decimal): -3213126 or 12253390. OLE color: 12253390.

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

Color convert

RGB 206 248 186 -
CMYK 0.17 0 0.25 0.03
HSL 100.65º 0.82% 0.85% -
HSV(B) 100.65º 0.25% 0.97% -
XYZ 67.88 83.8 59.05 -
YUV 228.37 104.09 112.04 -
System Red Green Blue C M Y K H S L
Decimal 206 248 186 0.17 0 0.25 0.03 100.65 0.82 0.85
Hex CE F8 BA 11 0 19 3 65 52 55
Octal 316 370 272 21 0 31 3 145 122 125
Binary 11001110 11111000 10111010 10001 0 11001 11 1100101 1010010 1010101

Color Harmonies of #CEF8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF8BA

Black with #CEF8BA

Text Example


Text Example

White with #CEF8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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