#CEFDB4

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

Shades of Tea Green #CEFDB4

Tints of Tea Green #CEFDB4

Color information

#CEFDB4 (or 0xCEFDB4) is unknown color: approx Tea Green. HEX triplet: CE, FD and B4. RGB value is (206,253,180). Sum of RGB (Red+Green+Blue) = 206+253+180=639 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.24% from 639); Green value is 253 (99.22% from 255 or 39.59% from 639); Blue value is 180 (70.70% from 255 or 28.17% from 639); Max value from RGB is 253 - color contains mainly: green. Hex color #CEFDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFDB4 is #31024B. Grayscale: #E6E6E6. Windows color (decimal): -3211852 or 11861454. OLE color: 11861454.

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

Color convert

RGB206253180-
CMYK0.1900.290.01
HSL98.63º94.81%84.9%-
HSV(B)98.63º28.85%99.22%-
XYZ68.8286.6756.28-
YUV230.6299.43110.44-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.24%
GREEN value IS 253 (99.22% from 255) = 39.59%
BLUE value IS 180 (70.70% from 255) = 28.17%
R=32.24%
G=39.59%
B=28.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062531800.1900.290.0198.6394.8184.9
HexCEFDB41301D1635f55
Octal316375264230351143137125
Binary110011101111110110110100100110111011110001110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFDB4; }

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

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

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

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

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

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

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

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