#CEFFB4

Color #CEFFB4 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CEFFB4

Tints of Tea Green #CEFFB4

Color information

#CEFFB4 (or 0xCEFFB4) is unknown color: approx Tea Green. HEX triplet: CE, FF and B4. RGB value is (206,255,180). Sum of RGB (Red+Green+Blue) = 206+255+180=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 255 (100% from 255 or 39.78% from 641); Blue value is 180 (70.70% from 255 or 28.08% from 641); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFFB4 is #31004B. Grayscale: #E8E8E8. Windows color (decimal): -3211340 or 11861966. OLE color: 11861966.

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

Color convert

RGB206255180-
CMYK0.1900.290
HSL99.2º100%85.29%-
HSV(B)99.2º29.41%100%-
XYZ69.4587.9456.49-
YUV231.898.77109.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 255 (100% from 255) = 39.78%
BLUE value IS 180 (70.70% from 255) = 28.08%
R=32.14%
G=39.78%
B=28.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062551800.1900.29099.210085.29
HexCEFFB41301D0636455
Octal316377264230350143144125
Binary110011101111111110110100100110111010110001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFFB4; }

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

 H1.HeaderClassName
 {
   color: #CEFFB4;
 }
 .AnyTagClassName
 {
   color: #CEFFB4;
 }
</style>
background-color css

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

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

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

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

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

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