Html Css Color HEX #CEF5BD Tea Green

📋 copy color: '#CEF5BD'

red 206 ◦ green 245 ◦ blue 189

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

Shades of Tea Green #CEF5BD

Tints of Tea Green #CEF5BD

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.28%

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

R = 32.19%
G = 38.28%
B = 29.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#CEF5BD (or 0xCEF5BD) is known color: Tea Green. HEX triplet: CE, F5 and BD. RGB value is (206,245,189). Sum of RGB (Red+Green+Blue) = 206+245+189=640 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.19% from 640); Green value is 245 (96.09% from 255 or 38.28% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5BD is #310A42. Grayscale: #E3E3E3. Windows color (decimal): -3213891 or 12449230. OLE color: 12449230.

HSL color Cylindrical-coordinate representation of color #CEF5BD: hue angle of 101.79º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEF5BD is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.

Color convert

RGB 206 245 189 -
CMYK 0.16 0 0.23 0.04
HSL 101.79º 0.74% 0.85% -
HSV(B) 101.79º 0.23% 0.96% -
XYZ 67.29 82.1 60.44 -
YUV 226.96 106.58 113.05 -
System Red Green Blue C M Y K H S L
Decimal 206 245 189 0.16 0 0.23 0.04 101.79 0.74 0.85
Hex CE F5 BD 10 0 17 4 66 4A 55
Octal 316 365 275 20 0 27 4 146 112 125
Binary 11001110 11110101 10111101 10000 0 10111 100 1100110 1001010 1010101

Color Harmonies of #CEF5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF5BD

Black with #CEF5BD

Text Example


Text Example

White with #CEF5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF5BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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