Html Css Color HEX #CEF2BE Tea Green

📋 copy color: '#CEF2BE'

red 206 ◦ green 242 ◦ blue 190

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

Shades of Tea Green #CEF2BE

Tints of Tea Green #CEF2BE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.93%

 BLUE value IS 190 (74.61% from 255) = 29.78%

R = 32.29%
G = 37.93%
B = 29.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#CEF2BE (or 0xCEF2BE) is known color: Tea Green. HEX triplet: CE, F2 and BE. RGB value is (206,242,190). Sum of RGB (Red+Green+Blue) = 206+242+190=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 190 (74.61% from 255 or 29.78% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF2BE is #310D41. Grayscale: #E1E1E1. Windows color (decimal): -3214658 or 12513998. OLE color: 12513998.

HSL color Cylindrical-coordinate representation of color #CEF2BE: hue angle of 101.54º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEF2BE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 190 -
CMYK 0.15 0 0.21 0.05
HSL 101.54º 0.67% 0.85% -
HSV(B) 101.54º 0.21% 0.95% -
XYZ 66.5 80.34 60.72 -
YUV 225.31 108.07 114.23 -
System Red Green Blue C M Y K H S L
Decimal 206 242 190 0.15 0 0.21 0.05 101.54 0.67 0.85
Hex CE F2 BE F 0 15 5 66 43 55
Octal 316 362 276 17 0 25 5 146 103 125
Binary 11001110 11110010 10111110 1111 0 10101 101 1100110 1000011 1010101

Color Harmonies of #CEF2BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2BE

Black with #CEF2BE

Text Example


Text Example

White with #CEF2BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2BE; }

 p { color: rgb(206,242,190); }

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

background-color css

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

 a { background-color: rgb(206,242,190); }

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

border-color css

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

 span { border-color: rgb(206,242,190); }

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