#CFFEB5

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

Shades of Tea Green #CFFEB5

Tints of Tea Green #CFFEB5

Color information

#CFFEB5 (or 0xCFFEB5) is unknown color: approx Tea Green. HEX triplet: CF, FE and B5. RGB value is (207,254,181). Sum of RGB (Red+Green+Blue) = 207+254+181=642 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.24% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 181 (71.09% from 255 or 28.19% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFEB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFEB5 is #30014A. Grayscale: #E7E7E7. Windows color (decimal): -3146059 or 11927247. OLE color: 11927247.

HSL color Cylindrical-coordinate representation of color #CFFEB5: hue angle of 98.63º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFFEB5 is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB207254181-
CMYK0.1900.290.00
HSL98.63º97.33%85.29%-
HSV(B)98.63º28.74%99.61%-
XYZ69.5187.4956.94-
YUV231.6299.43110.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.24%
GREEN value IS 254 (99.61% from 255) = 39.56%
BLUE value IS 181 (71.09% from 255) = 28.19%
R=32.24%
G=39.56%
B=28.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2072541810.1900.290.0098.6397.3385.29
HexCFFEB51301D0636155
Octal317376265230350143141125
Binary110011111111111010110101100110111010110001111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFEB5; }

 p { color: rgb(207,254,181); }

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

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

 a { background-color: rgb(207,254,181); }

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

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

 span { border-color: rgb(207,254,181); }

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