#01957E

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

Shades of Free Speech Aquamarine #01957E

Tints of Free Speech Aquamarine #01957E

Color information

#01957E (or 0x01957E) is unknown color: approx Free Speech Aquamarine. HEX triplet: 01, 95 and 7E. RGB value is (1,149,126). Sum of RGB (Red+Green+Blue) = 1+149+126=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 149 (58.59% from 255 or 53.99% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 149 - color contains mainly: green. Hex color #01957E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01957E is #FE6A81. Grayscale: #666666. Windows color (decimal): -16673410 or 8295681. OLE color: 8295681.

HSL color Cylindrical-coordinate representation of color #01957E: hue angle of 170.68º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01957E is Cyan = 0.99, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB1149126-
CMYK0.9900.150.42
HSL170.68º98.67%29.41%-
HSV(B)170.68º99.33%58.43%-
XYZ14.5323.0123.41-
YUV102.13141.4755.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 149 (58.59% from 255) = 53.99%
BLUE value IS 126 (49.61% from 255) = 45.65%
R=0.36%
G=53.99%
B=45.65%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11491260.9900.150.42170.6898.6729.41
Hex1957E630F2Aab631d
Octal12251761430175225314335
Binary110010101111111011000110111110101010101011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01957E; }

 p { color: rgb(1,149,126); }

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

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

 a { background-color: rgb(1,149,126); }

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

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

 span { border-color: rgb(1,149,126); }

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