#CFF6B6

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

Shades of Tea Green #CFF6B6

Tints of Tea Green #CFF6B6

Color information

#CFF6B6 (or 0xCFF6B6) is unknown color: approx Tea Green. HEX triplet: CF, F6 and B6. RGB value is (207,246,182). Sum of RGB (Red+Green+Blue) = 207+246+182=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 246 (96.48% from 255 or 38.74% from 635); Blue value is 182 (71.48% from 255 or 28.66% from 635); Max value from RGB is 246 - color contains mainly: green. Hex color #CFF6B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF6B6 is #300949. Grayscale: #E3E3E3. Windows color (decimal): -3148106 or 11990735. OLE color: 11990735.

HSL color Cylindrical-coordinate representation of color #CFF6B6: hue angle of 96.56º 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 #CFF6B6 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB207246182-
CMYK0.1600.260.04
HSL96.56º78.05%83.92%-
HSV(B)96.56º26.02%96.47%-
XYZ67.1382.5556.65-
YUV227.04102.58113.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 246 (96.48% from 255) = 38.74%
BLUE value IS 182 (71.48% from 255) = 28.66%
R=32.60%
G=38.74%
B=28.66%

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
Decimal2072461820.1600.260.0496.5678.0583.92
HexCFF6B61001A4614e54
Octal317366266200324141116124
Binary11001111111101101011011010000011010100110000110011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF6B6; }

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

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

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

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

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

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

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

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