Html Css Color HEX #CEF9BA Tea Green

📋 copy color: '#CEF9BA'

red 206 ◦ green 249 ◦ blue 186

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

Shades of Tea Green #CEF9BA

Tints of Tea Green #CEF9BA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.85%

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

R = 32.14%
G = 38.85%
B = 29.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#CEF9BA (or 0xCEF9BA) is known color: Tea Green. HEX triplet: CE, F9 and BA. RGB value is (206,249,186). Sum of RGB (Red+Green+Blue) = 206+249+186=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 249 (97.66% from 255 or 38.85% from 641); Blue value is 186 (73.05% from 255 or 29.02% from 641); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF9BA is #310645. Grayscale: #E5E5E5. Windows color (decimal): -3212870 or 12253646. OLE color: 12253646.

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

Color convert

RGB 206 249 186 -
CMYK 0.17 0 0.25 0.02
HSL 100.95º 0.84% 0.85% -
HSV(B) 100.95º 0.25% 0.98% -
XYZ 68.19 84.42 59.15 -
YUV 228.96 103.75 111.62 -
System Red Green Blue C M Y K H S L
Decimal 206 249 186 0.17 0 0.25 0.02 100.95 0.84 0.85
Hex CE F9 BA 11 0 19 2 65 54 55
Octal 316 371 272 21 0 31 2 145 124 125
Binary 11001110 11111001 10111010 10001 0 11001 10 1100101 1010100 1010101

Color Harmonies of #CEF9BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF9BA

Black with #CEF9BA

Text Example


Text Example

White with #CEF9BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF9BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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