Html Css Color HEX #089970 Free Speech Aquamarine

📋 copy color: '#089970'

red 8 ◦ green 153 ◦ blue 112

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

Shades of Free Speech Aquamarine #089970

Tints of Free Speech Aquamarine #089970

RGB

 RED value IS 8 (3.52% from 255) = 2.93%

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

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

R = 2.93%
G = 56.04%
B = 41.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#089970 (or 0x089970) is known color: Free Speech Aquamarine. HEX triplet: 08, 99 and 70. RGB value is (8,153,112). Sum of RGB (Red+Green+Blue) = 8+153+112=273 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.93% from 273); Green value is 153 (60.16% from 255 or 56.04% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 153 - color contains mainly: green. Hex color #089970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089970 is #F7668F. Grayscale: #686868. Windows color (decimal): -16213648 or 7379208. OLE color: 7379208.

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

Color convert

RGB 8 153 112 -
CMYK 0.95 0 0.27 0.4
HSL 163.03º 0.9% 0.32% -
HSV(B) 163.03º 0.95% 0.6% -
XYZ 14.42 24 19.2 -
YUV 104.97 131.96 58.83 -
System Red Green Blue C M Y K H S L
Decimal 8 153 112 0.95 0 0.27 0.4 163.03 0.9 0.32
Hex 8 99 70 5F 0 1B 28 A3 5A 20
Octal 10 231 160 137 0 33 50 243 132 40
Binary 1000 10011001 1110000 1011111 0 11011 101000 10100011 1011010 100000

Color Harmonies of #089970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089970

Black with #089970

Text Example


Text Example

White with #089970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089970; }

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

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

background-color css

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

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

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

border-color css

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

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

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