Html Css Color HEX #089B74 Free Speech Aquamarine

📋 copy color: '#089B74'

red 8 ◦ green 155 ◦ blue 116

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

Shades of Free Speech Aquamarine #089B74

Tints of Free Speech Aquamarine #089B74

RGB

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

 GREEN value IS 155 (60.94% from 255) = 55.56%

 BLUE value IS 116 (45.7% from 255) = 41.58%

R = 2.87%
G = 55.56%
B = 41.58%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.39

RGB Variations

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

Color information

#089B74 (or 0x089B74) is known color: Free Speech Aquamarine. HEX triplet: 08, 9B and 74. RGB value is (8,155,116). Sum of RGB (Red+Green+Blue) = 8+155+116=279 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.87% from 279); Green value is 155 (60.94% from 255 or 55.56% from 279); Blue value is 116 (45.70% from 255 or 41.58% from 279); Max value from RGB is 155 - color contains mainly: green. Hex color #089B74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089B74 is #F7648B. Grayscale: #6A6A6A. Windows color (decimal): -16213132 or 7641864. OLE color: 7641864.

HSL color Cylindrical-coordinate representation of color #089B74: hue angle of 164.08º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089B74 is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 155 116 -
CMYK 0.95 0 0.25 0.39
HSL 164.08º 0.9% 0.32% -
HSV(B) 164.08º 0.95% 0.61% -
XYZ 14.97 24.76 20.51 -
YUV 106.6 133.3 57.67 -
System Red Green Blue C M Y K H S L
Decimal 8 155 116 0.95 0 0.25 0.39 164.08 0.9 0.32
Hex 8 9B 74 5F 0 19 27 A4 5A 20
Octal 10 233 164 137 0 31 47 244 132 40
Binary 1000 10011011 1110100 1011111 0 11001 100111 10100100 1011010 100000

Color Harmonies of #089B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089B74

Black with #089B74

Text Example


Text Example

White with #089B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,155,116); }

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

background-color css

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

 a { background-color: rgb(8,155,116); }

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

border-color css

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

 span { border-color: rgb(8,155,116); }

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