#CFEDB6

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

Shades of Tea Green #CFEDB6

Tints of Tea Green #CFEDB6

Color information

#CFEDB6 (or 0xCFEDB6) is unknown color: approx Tea Green. HEX triplet: CF, ED and B6. RGB value is (207,237,182). Sum of RGB (Red+Green+Blue) = 207+237+182=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 237 (92.97% from 255 or 37.86% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDB6 is #301249. Grayscale: #DDDDDD. Windows color (decimal): -3150410 or 11988431. OLE color: 11988431.

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

Color convert

RGB207237182-
CMYK0.1300.230.07
HSL92.73º60.44%82.16%-
HSV(B)92.73º23.21%92.94%-
XYZ64.4677.2155.76-
YUV221.76105.56117.47-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 237 (92.97% from 255) = 37.86%
BLUE value IS 182 (71.48% from 255) = 29.07%
R=33.07%
G=37.86%
B=29.07%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371820.1300.230.0792.7360.4482.16
HexCFEDB6D01775d3c52
Octal31735526615027713574122
Binary110011111110110110110110110101011111110111011111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDB6; }

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

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

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

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

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

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

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

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