Html Css Color HEX #009970 Free Speech Aquamarine

📋 copy color: '#009970'

red 0 ◦ green 153 ◦ blue 112

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

Shades of Free Speech Aquamarine #009970

Tints of Free Speech Aquamarine #009970

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 57.74%
B = 42.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#009970 (or 0x009970) is known color: Free Speech Aquamarine. HEX triplet: 00, 99 and 70. RGB value is (0,153,112). Sum of RGB (Red+Green+Blue) = 0+153+112=265 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 265); Green value is 153 (60.16% from 255 or 57.74% from 265); Blue value is 112 (44.14% from 255 or 42.26% from 265); Max value from RGB is 153 - color contains mainly: green. Hex color #009970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009970 is #FF668F. Grayscale: #666666. Windows color (decimal): -16737936 or 7379200. OLE color: 7379200.

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

Color convert

RGB 0 153 112 -
CMYK 1 0 0.27 0.4
HSL 163.92º 1% 0.3% -
HSV(B) 163.92º 1% 0.6% -
XYZ 14.32 23.95 19.2 -
YUV 102.58 133.31 54.83 -
System Red Green Blue C M Y K H S L
Decimal 0 153 112 1 0 0.27 0.4 163.92 1 0.3
Hex 0 99 70 64 0 1B 28 A4 64 1E
Octal 0 231 160 144 0 33 50 244 144 36
Binary 0 10011001 1110000 1100100 0 11011 101000 10100100 1100100 11110

Color Harmonies of #009970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009970

Black with #009970

Text Example


Text Example

White with #009970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009970; }

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

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

background-color css

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

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

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

border-color css

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

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

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