#CFF6B5

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

Shades of Tea Green #CFF6B5

Tints of Tea Green #CFF6B5

Color information

#CFF6B5 (or 0xCFF6B5) is unknown color: approx Tea Green. HEX triplet: CF, F6 and B5. RGB value is (207,246,181). Sum of RGB (Red+Green+Blue) = 207+246+181=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 246 (96.48% from 255 or 38.80% from 634); Blue value is 181 (71.09% from 255 or 28.55% from 634); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6B5 is #30094A. Grayscale: #E3E3E3. Windows color (decimal): -3148107 or 11925199. OLE color: 11925199.

HSL color Cylindrical-coordinate representation of color #CFF6B5: hue angle of 96º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFF6B5 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB207246181-
CMYK0.1600.260.04
HSL96º78.31%83.73%-
HSV(B)96º26.42%96.47%-
XYZ67.0382.5156.11-
YUV226.93102.08113.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 246 (96.48% from 255) = 38.80%
BLUE value IS 181 (71.09% from 255) = 28.55%
R=32.65%
G=38.80%
B=28.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2072461810.1600.260.049678.3183.73
HexCFF6B51001A4604e54
Octal317366265200324140116124
Binary11001111111101101011010110000011010100110000010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF6B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF6B5; }

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

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

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

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

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

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

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

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