Html Css Color HEX #CEFFB2 Tea Green

📋 copy color: '#CEFFB2'

red 206 ◦ green 255 ◦ blue 178

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

Shades of Tea Green #CEFFB2

Tints of Tea Green #CEFFB2

RGB

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

 GREEN value IS 255 (100% from 255) = 39.91%

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

R = 32.24%
G = 39.91%
B = 27.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#CEFFB2 (or 0xCEFFB2) is known color: Tea Green. HEX triplet: CE, FF and B2. RGB value is (206,255,178). Sum of RGB (Red+Green+Blue) = 206+255+178=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 178 (69.92% from 255 or 27.86% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFFB2 is #31004D. Grayscale: #E7E7E7. Windows color (decimal): -3211342 or 11730894. OLE color: 11730894.

HSL color Cylindrical-coordinate representation of color #CEFFB2: hue angle of 98.18º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEFFB2 is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 206 255 178 -
CMYK 0.19 0 0.30 0
HSL 98.18º 1% 0.85% -
HSV(B) 98.18º 0.3% 1% -
XYZ 69.25 87.86 55.43 -
YUV 231.57 97.77 109.76 -
System Red Green Blue C M Y K H S L
Decimal 206 255 178 0.19 0 0.30 0 98.18 1 0.85
Hex CE FF B2 13 0 1E 0 62 64 55
Octal 316 377 262 23 0 36 0 142 144 125
Binary 11001110 11111111 10110010 10011 0 11110 0 1100010 1100100 1010101

Color Harmonies of #CEFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFFB2

Black with #CEFFB2

Text Example


Text Example

White with #CEFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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