Html Css Color HEX #019970 Free Speech Aquamarine

📋 copy color: '#019970'

red 1 ◦ green 153 ◦ blue 112

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

Shades of Free Speech Aquamarine #019970

Tints of Free Speech Aquamarine #019970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 0.38%
G = 57.52%
B = 42.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#019970 (or 0x019970) is known color: Free Speech Aquamarine. HEX triplet: 01, 99 and 70. RGB value is (1,153,112). Sum of RGB (Red+Green+Blue) = 1+153+112=266 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.38% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #019970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019970 is #FE668F. Grayscale: #666666. Windows color (decimal): -16672400 or 7379201. OLE color: 7379201.

HSL color Cylindrical-coordinate representation of color #019970: hue angle of 163.82º 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 #019970 is Cyan = 0.99, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 1 153 112 -
CMYK 0.99 0 0.27 0.4
HSL 163.82º 0.99% 0.3% -
HSV(B) 163.82º 0.99% 0.6% -
XYZ 14.33 23.96 19.2 -
YUV 102.88 133.14 55.33 -
System Red Green Blue C M Y K H S L
Decimal 1 153 112 0.99 0 0.27 0.4 163.82 0.99 0.3
Hex 1 99 70 63 0 1B 28 A4 63 1E
Octal 1 231 160 143 0 33 50 244 143 36
Binary 1 10011001 1110000 1100011 0 11011 101000 10100100 1100011 11110

Color Harmonies of #019970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019970

Black with #019970

Text Example


Text Example

White with #019970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019970; }

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

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

background-color css

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

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

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

border-color css

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

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

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