Html Css Color HEX #01977C Free Speech Aquamarine

📋 copy color: '#01977C'

red 1 ◦ green 151 ◦ blue 124

#01977C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #01977C

Tints of Free Speech Aquamarine #01977C

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

 GREEN value IS 151 (59.38% from 255) = 54.71%

 BLUE value IS 124 (48.83% from 255) = 44.93%

R = 0.36%
G = 54.71%
B = 44.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#01977C (or 0x01977C) is known color: Free Speech Aquamarine. HEX triplet: 01, 97 and 7C. RGB value is (1,151,124). Sum of RGB (Red+Green+Blue) = 1+151+124=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 124 (48.83% from 255 or 44.93% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #01977C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01977C is #FE6883. Grayscale: #676767. Windows color (decimal): -16672900 or 8165121. OLE color: 8165121.

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

Color convert

RGB 1 151 124 -
CMYK 0.99 0 0.18 0.41
HSL 169.2º 0.99% 0.3% -
HSV(B) 169.2º 0.99% 0.59% -
XYZ 14.72 23.59 22.85 -
YUV 103.07 139.81 55.2 -
System Red Green Blue C M Y K H S L
Decimal 1 151 124 0.99 0 0.18 0.41 169.2 0.99 0.3
Hex 1 97 7C 63 0 12 29 A9 63 1E
Octal 1 227 174 143 0 22 51 251 143 36
Binary 1 10010111 1111100 1100011 0 10010 101001 10101001 1100011 11110

Color Harmonies of #01977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01977C

Black with #01977C

Text Example


Text Example

White with #01977C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,151,124); }

 H1.HeaderClassName
 {
   color: #01977C;
 }
 .AnyTagClassName
 {
   color: #01977C;
 }
</style>

background-color css

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

 a { background-color: rgb(1,151,124); }

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

border-color css

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

 span { border-color: rgb(1,151,124); }

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