Html Css Color HEX #CEF2B2 Tea Green

📋 copy color: '#CEF2B2'

red 206 ◦ green 242 ◦ blue 178

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

Shades of Tea Green #CEF2B2

Tints of Tea Green #CEF2B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.43%

R = 32.91%
G = 38.66%
B = 28.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#CEF2B2 (or 0xCEF2B2) is known color: Tea Green. HEX triplet: CE, F2 and B2. RGB value is (206,242,178). Sum of RGB (Red+Green+Blue) = 206+242+178=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 178 (69.92% from 255 or 28.43% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF2B2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF2B2 is #310D4D. Grayscale: #E0E0E0. Windows color (decimal): -3214670 or 11727566. OLE color: 11727566.

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

Color convert

RGB 206 242 178 -
CMYK 0.15 0 0.26 0.05
HSL 93.75º 0.71% 0.82% -
HSV(B) 93.75º 0.26% 0.95% -
XYZ 65.24 79.84 54.09 -
YUV 223.94 102.07 115.2 -
System Red Green Blue C M Y K H S L
Decimal 206 242 178 0.15 0 0.26 0.05 93.75 0.71 0.82
Hex CE F2 B2 F 0 1A 5 5E 47 52
Octal 316 362 262 17 0 32 5 136 107 122
Binary 11001110 11110010 10110010 1111 0 11010 101 1011110 1000111 1010010

Color Harmonies of #CEF2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF2B2

Black with #CEF2B2

Text Example


Text Example

White with #CEF2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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