#06966B

Color #06966B Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #06966B

Tints of Free Speech Aquamarine #06966B

Color information

#06966B (or 0x06966B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 06, 96 and 6B. RGB value is (6,150,107). Sum of RGB (Red+Green+Blue) = 6+150+107=263 (34% of max value = 765). Red value is 6 (2.73% from 255 or 2.28% from 263); Green value is 150 (58.98% from 255 or 57.03% from 263); Blue value is 107 (42.19% from 255 or 40.68% from 263); Max value from RGB is 150 - color contains mainly: green. Hex color #06966B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06966B is #F96994. Grayscale: #666666. Windows color (decimal): -16345493 or 7050758. OLE color: 7050758.

HSL color Cylindrical-coordinate representation of color #06966B: hue angle of 162.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06966B is Cyan = 0.96, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB6150107-
CMYK0.9600.290.41
HSL162.08º92.31%30.59%-
HSV(B)162.08º96%58.82%-
XYZ13.6422.9117.61-
YUV102.04130.7959.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.28%
GREEN value IS 150 (58.98% from 255) = 57.03%
BLUE value IS 107 (42.19% from 255) = 40.68%
R=2.28%
G=57.03%
B=40.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal61501070.9600.290.41162.0892.3130.59
Hex6966B6001D29a25c1f
Octal62261531400355124213437
Binary110100101101101011110000001110110100110100010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06966B; }

 p { color: rgb(6,150,107); }

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

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

 a { background-color: rgb(6,150,107); }

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

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

 span { border-color: rgb(6,150,107); }

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