#119974

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

Shades of Free Speech Aquamarine #119974

Tints of Free Speech Aquamarine #119974

Color information

#119974 (or 0x119974) is unknown color: approx Free Speech Aquamarine. HEX triplet: 11, 99 and 74. RGB value is (17,153,116). Sum of RGB (Red+Green+Blue) = 17+153+116=286 (37% of max value = 765). Red value is 17 (7.03% from 255 or 5.94% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 116 (45.70% from 255 or 40.56% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #119974 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #119974 is #EE668B. Grayscale: #6C6C6C. Windows color (decimal): -15623820 or 7641361. OLE color: 7641361.

HSL color Cylindrical-coordinate representation of color #119974: hue angle of 163.68º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #119974 is Cyan = 0.89, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB17153116-
CMYK0.8900.240.4
HSL163.68º80%33.33%-
HSV(B)163.68º88.89%60%-
XYZ14.7724.1620.41-
YUV108.12132.4463.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.94%
GREEN value IS 153 (60.16% from 255) = 53.50%
BLUE value IS 116 (45.70% from 255) = 40.56%
R=5.94%
G=53.50%
B=40.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal171531160.8900.240.4163.688033.33
Hex1199745901828a45021
Octal212311641310305024412041
Binary100011001100111101001011001011000101000101001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119974; }

 p { color: rgb(17,153,116); }

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

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

 a { background-color: rgb(17,153,116); }

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

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

 span { border-color: rgb(17,153,116); }

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