#CFFFBE

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

Shades of Tea Green #CFFFBE

Tints of Tea Green #CFFFBE

Color information

#CFFFBE (or 0xCFFFBE) is unknown color: approx Tea Green. HEX triplet: CF, FF and BE. RGB value is (207,255,190). Sum of RGB (Red+Green+Blue) = 207+255+190=652 (86% of max value = 765). Red value is 207 (81.25% from 255 or 31.75% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 190 (74.61% from 255 or 29.14% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFFBE is #300041. Grayscale: #E9E9E9. Windows color (decimal): -3145794 or 12517327. OLE color: 12517327.

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

Color convert

RGB207255190-
CMYK0.1900.250
HSL104.31º100%87.25%-
HSV(B)104.31º25.49%100%-
XYZ70.7988.562.07-
YUV233.24103.6109.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 31.75%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 190 (74.61% from 255) = 29.14%
R=31.75%
G=39.11%
B=29.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551900.1900.250104.3110087.25
HexCFFFBE130190686457
Octal317377276230310150144127
Binary110011111111111110111110100110110010110100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFBE; }

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

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

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

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

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

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

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

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