#CFEFB1

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

Shades of Tea Green #CFEFB1

Tints of Tea Green #CFEFB1

Color information

#CFEFB1 (or 0xCFEFB1) is unknown color: approx Tea Green. HEX triplet: CF, EF and B1. RGB value is (207,239,177). Sum of RGB (Red+Green+Blue) = 207+239+177=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 177 (69.53% from 255 or 28.41% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEFB1 is #30104E. Grayscale: #DEDEDE. Windows color (decimal): -3149903 or 11661263. OLE color: 11661263.

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

Color convert

RGB207239177-
CMYK0.1300.260.06
HSL90.97º65.96%81.57%-
HSV(B)90.97º25.94%93.73%-
XYZ64.5378.1753.28-
YUV222.36102.4117.04-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 177 (69.53% from 255) = 28.41%
R=33.23%
G=38.36%
B=28.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391770.1300.260.0690.9765.9681.57
HexCFEFB1D01A65b4252
Octal317357261150326133102122
Binary1100111111101111101100011101011010110101101110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFB1; }

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

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

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

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

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

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

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

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