#CFEFBE

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

Shades of Tea Green #CFEFBE

Tints of Tea Green #CFEFBE

Color information

#CFEFBE (or 0xCFEFBE) is unknown color: approx Tea Green. HEX triplet: CF, EF and BE. RGB value is (207,239,190). Sum of RGB (Red+Green+Blue) = 207+239+190=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFBE is #301041. Grayscale: #E0E0E0. Windows color (decimal): -3149890 or 12513231. OLE color: 12513231.

HSL color Cylindrical-coordinate representation of color #CFEFBE: hue angle of 99.18º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFEFBE is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB207239190-
CMYK0.1300.210.06
HSL99.18º60.49%84.12%-
HSV(B)99.18º20.5%93.73%-
XYZ65.8978.7260.44-
YUV223.85108.9115.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.55%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=32.55%
G=37.58%
B=29.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391900.1300.210.0699.1860.4984.12
HexCFEFBED0156633c54
Octal31735727615025614374124
Binary110011111110111110111110110101010111011000111111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFBE; }

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

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

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

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

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

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

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

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