#CFECBE

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

Shades of Tea Green #CFECBE

Tints of Tea Green #CFECBE

Color information

#CFECBE (or 0xCFECBE) is unknown color: approx Tea Green. HEX triplet: CF, EC and BE. RGB value is (207,236,190). Sum of RGB (Red+Green+Blue) = 207+236+190=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 190 (74.61% from 255 or 30.02% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFECBE is #301341. Grayscale: #DEDEDE. Windows color (decimal): -3150658 or 12512463. OLE color: 12512463.

HSL color Cylindrical-coordinate representation of color #CFECBE: hue angle of 97.83º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFECBE is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB207236190-
CMYK0.1200.190.07
HSL97.83º54.76%83.53%-
HSV(B)97.83º19.49%92.55%-
XYZ65.0276.9760.15-
YUV222.08109.89117.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 190 (74.61% from 255) = 30.02%
R=32.70%
G=37.28%
B=30.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361900.1200.190.0797.8354.7683.53
HexCFECBEC0137623754
Octal31735427614023714267124
Binary110011111110110010111110110001001111111000101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECBE; }

 p { color: rgb(207,236,190); }

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

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

 a { background-color: rgb(207,236,190); }

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

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

 span { border-color: rgb(207,236,190); }

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