#CFEDB3

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

Shades of Tea Green #CFEDB3

Tints of Tea Green #CFEDB3

Color information

#CFEDB3 (or 0xCFEDB3) is unknown color: approx Tea Green. HEX triplet: CF, ED and B3. RGB value is (207,237,179). Sum of RGB (Red+Green+Blue) = 207+237+179=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 237 (92.97% from 255 or 38.04% from 623); Blue value is 179 (70.31% from 255 or 28.73% from 623); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDB3 is #30124C. Grayscale: #DDDDDD. Windows color (decimal): -3150413 or 11791823. OLE color: 11791823.

HSL color Cylindrical-coordinate representation of color #CFEDB3: hue angle of 91.03º degrees, saturation: 0.62, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFEDB3 is Cyan = 0.13, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB207237179-
CMYK0.1300.240.07
HSL91.03º61.7%81.57%-
HSV(B)91.03º24.47%92.94%-
XYZ64.1577.0954.15-
YUV221.42104.06117.72-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 237 (92.97% from 255) = 38.04%
BLUE value IS 179 (70.31% from 255) = 28.73%
R=33.23%
G=38.04%
B=28.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371790.1300.240.0791.0361.781.57
HexCFEDB3D01875b3e52
Octal31735526315030713376122
Binary110011111110110110110011110101100011110110111111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDB3; }

 p { color: rgb(207,237,179); }

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

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

 a { background-color: rgb(207,237,179); }

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

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

 span { border-color: rgb(207,237,179); }

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