#05997C

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

Shades of Free Speech Aquamarine #05997C

Tints of Free Speech Aquamarine #05997C

Color information

#05997C (or 0x05997C) is unknown color: approx Free Speech Aquamarine. HEX triplet: 05, 99 and 7C. RGB value is (5,153,124). Sum of RGB (Red+Green+Blue) = 5+153+124=282 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.77% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 124 (48.83% from 255 or 43.97% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #05997C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05997C is #FA6683. Grayscale: #696969. Windows color (decimal): -16410244 or 8165637. OLE color: 8165637.

HSL color Cylindrical-coordinate representation of color #05997C: hue angle of 168.24º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05997C is Cyan = 0.97, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.4.

Color convert

RGB5153124-
CMYK0.9700.190.4
HSL168.24º93.67%30.98%-
HSV(B)168.24º96.73%60%-
XYZ15.0924.2722.96-
YUV105.44138.4756.36-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.77%
GREEN value IS 153 (60.16% from 255) = 54.26%
BLUE value IS 124 (48.83% from 255) = 43.97%
R=1.77%
G=54.26%
B=43.97%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51531240.9700.190.4168.2493.6730.98
Hex5997C6101328a85e1f
Octal52311741410235025013637
Binary101100110011111100110000101001110100010101000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05997C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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