Html Css Color HEX #089E80 Free Speech Aquamarine

📋 copy color: '#089E80'

red 8 ◦ green 158 ◦ blue 128

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

Shades of Free Speech Aquamarine #089E80

Tints of Free Speech Aquamarine #089E80

RGB

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

 GREEN value IS 158 (62.11% from 255) = 53.74%

 BLUE value IS 128 (50.39% from 255) = 43.54%

R = 2.72%
G = 53.74%
B = 43.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#089E80 (or 0x089E80) is known color: Free Speech Aquamarine. HEX triplet: 08, 9E and 80. RGB value is (8,158,128). Sum of RGB (Red+Green+Blue) = 8+158+128=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #089E80 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089E80 is #F7617F. Grayscale: #6D6D6D. Windows color (decimal): -16212352 or 8429064. OLE color: 8429064.

HSL color Cylindrical-coordinate representation of color #089E80: hue angle of 168º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089E80 is Cyan = 0.95, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 158 128 -
CMYK 0.95 0 0.19 0.38
HSL 168º 0.9% 0.33% -
HSV(B) 168º 0.95% 0.62% -
XYZ 16.22 26.06 24.6 -
YUV 109.73 138.31 55.44 -
System Red Green Blue C M Y K H S L
Decimal 8 158 128 0.95 0 0.19 0.38 168 0.9 0.33
Hex 8 9E 80 5F 0 13 26 A8 5A 21
Octal 10 236 200 137 0 23 46 250 132 41
Binary 1000 10011110 10000000 1011111 0 10011 100110 10101000 1011010 100001

Color Harmonies of #089E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089E80

Black with #089E80

Text Example


Text Example

White with #089E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089E80; }

 p { color: rgb(8,158,128); }

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

background-color css

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

 a { background-color: rgb(8,158,128); }

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

border-color css

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

 span { border-color: rgb(8,158,128); }

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