#CFEFB4

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

Shades of Tea Green #CFEFB4

Tints of Tea Green #CFEFB4

Color information

#CFEFB4 (or 0xCFEFB4) is unknown color: approx Tea Green. HEX triplet: CF, EF and B4. RGB value is (207,239,180). Sum of RGB (Red+Green+Blue) = 207+239+180=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 239 (93.75% from 255 or 38.18% from 626); Blue value is 180 (70.70% from 255 or 28.75% from 626); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFB4 is #30104B. Grayscale: #DEDEDE. Windows color (decimal): -3149900 or 11857871. OLE color: 11857871.

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

Color convert

RGB207239180-
CMYK0.1300.250.06
HSL92.54º64.84%82.16%-
HSV(B)92.54º24.69%93.73%-
XYZ64.8478.2954.87-
YUV222.71103.9116.8-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 239 (93.75% from 255) = 38.18%
BLUE value IS 180 (70.70% from 255) = 28.75%
R=33.07%
G=38.18%
B=28.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391800.1300.250.0692.5464.8482.16
HexCFEFB4D01965d4152
Octal317357264150316135101122
Binary1100111111101111101101001101011001110101110110000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFB4; }

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

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

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

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

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

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

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

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