#05967C

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

Shades of Free Speech Aquamarine #05967C

Tints of Free Speech Aquamarine #05967C

Color information

#05967C (or 0x05967C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 96 and 7C. RGB value is (5,150,124). Sum of RGB (Red+Green+Blue) = 5+150+124=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #05967C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05967C is #FA6983. Grayscale: #676767. Windows color (decimal): -16411012 or 8164869. OLE color: 8164869.

HSL color Cylindrical-coordinate representation of color #05967C: hue angle of 169.24º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05967C is Cyan = 0.97, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB5150124-
CMYK0.9700.170.41
HSL169.24º93.55%30.39%-
HSV(B)169.24º96.67%58.82%-
XYZ14.6123.322.8-
YUV103.68139.4657.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.79%
GREEN value IS 150 (58.98% from 255) = 53.76%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=1.79%
G=53.76%
B=44.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51501240.9700.170.41169.2493.5530.39
Hex5967C6101129a95e1e
Octal52261741410215125113636
Binary101100101101111100110000101000110100110101001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05967C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05967C; }

 p { color: rgb(5,150,124); }

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

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

 a { background-color: rgb(5,150,124); }

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

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

 span { border-color: rgb(5,150,124); }

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