Html Css Color HEX #CEF5BF Tea Green

📋 copy color: '#CEF5BF'

red 206 ◦ green 245 ◦ blue 191

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

Shades of Tea Green #CEF5BF

Tints of Tea Green #CEF5BF

RGB

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

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

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

R = 32.09%
G = 38.16%
B = 29.75%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#CEF5BF (or 0xCEF5BF) is known color: Tea Green. HEX triplet: CE, F5 and BF. RGB value is (206,245,191). Sum of RGB (Red+Green+Blue) = 206+245+191=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 245 (96.09% from 255 or 38.16% from 642); Blue value is 191 (75% from 255 or 29.75% from 642); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF5BF is #310A40. Grayscale: #E3E3E3. Windows color (decimal): -3213889 or 12580302. OLE color: 12580302.

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

Color convert

RGB 206 245 191 -
CMYK 0.16 0 0.22 0.04
HSL 103.33º 0.73% 0.85% -
HSV(B) 103.33º 0.22% 0.96% -
XYZ 67.51 82.19 61.6 -
YUV 227.18 107.58 112.89 -
System Red Green Blue C M Y K H S L
Decimal 206 245 191 0.16 0 0.22 0.04 103.33 0.73 0.85
Hex CE F5 BF 10 0 16 4 67 49 55
Octal 316 365 277 20 0 26 4 147 111 125
Binary 11001110 11110101 10111111 10000 0 10110 100 1100111 1001001 1010101

Color Harmonies of #CEF5BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF5BF

Black with #CEF5BF

Text Example


Text Example

White with #CEF5BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF5BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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