Html Css Color HEX #01997A Free Speech Aquamarine

📋 copy color: '#01997A'

red 1 ◦ green 153 ◦ blue 122

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

Shades of Free Speech Aquamarine #01997A

Tints of Free Speech Aquamarine #01997A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 55.43%

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 0.36%
G = 55.43%
B = 44.2%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#01997A (or 0x01997A) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 7A. RGB value is (1,153,122). Sum of RGB (Red+Green+Blue) = 1+153+122=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 153 (60.16% from 255 or 55.43% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 153 - color contains mainly: green. Hex color #01997A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01997A is #FE6685. Grayscale: #676767. Windows color (decimal): -16672390 or 8034561. OLE color: 8034561.

HSL color Cylindrical-coordinate representation of color #01997A: hue angle of 167.76º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01997A is Cyan = 0.99, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 122 -
CMYK 0.99 0 0.20 0.4
HSL 167.76º 0.99% 0.3% -
HSV(B) 167.76º 0.99% 0.6% -
XYZ 14.92 24.19 22.3 -
YUV 104.02 138.14 54.52 -
System Red Green Blue C M Y K H S L
Decimal 1 153 122 0.99 0 0.20 0.4 167.76 0.99 0.3
Hex 1 99 7A 63 0 14 28 A8 63 1E
Octal 1 231 172 143 0 24 50 250 143 36
Binary 1 10011001 1111010 1100011 0 10100 101000 10101000 1100011 11110

Color Harmonies of #01997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01997A

Black with #01997A

Text Example


Text Example

White with #01997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01997A; }

 p { color: rgb(1,153,122); }

 H1.HeaderClassName
 {
   color: #01997A;
 }
 .AnyTagClassName
 {
   color: #01997A;
 }
</style>

background-color css

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

 a { background-color: rgb(1,153,122); }

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

border-color css

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

 span { border-color: rgb(1,153,122); }

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