Html Css Color HEX #089C77 Free Speech Aquamarine

📋 copy color: '#089C77'

red 8 ◦ green 156 ◦ blue 119

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

Shades of Free Speech Aquamarine #089C77

Tints of Free Speech Aquamarine #089C77

RGB

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

 GREEN value IS 156 (61.33% from 255) = 55.12%

 BLUE value IS 119 (46.88% from 255) = 42.05%

R = 2.83%
G = 55.12%
B = 42.05%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#089C77 (or 0x089C77) is known color: Free Speech Aquamarine. HEX triplet: 08, 9C and 77. RGB value is (8,156,119). Sum of RGB (Red+Green+Blue) = 8+156+119=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 119 (46.88% from 255 or 42.05% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #089C77 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089C77 is #F76388. Grayscale: #6B6B6B. Windows color (decimal): -16212873 or 7838728. OLE color: 7838728.

HSL color Cylindrical-coordinate representation of color #089C77: hue angle of 165º 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 #089C77 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 8 156 119 -
CMYK 0.95 0 0.24 0.39
HSL 165º 0.9% 0.32% -
HSV(B) 165º 0.95% 0.61% -
XYZ 15.32 25.16 21.5 -
YUV 107.53 134.47 57.01 -
System Red Green Blue C M Y K H S L
Decimal 8 156 119 0.95 0 0.24 0.39 165 0.9 0.32
Hex 8 9C 77 5F 0 18 27 A5 5A 20
Octal 10 234 167 137 0 30 47 245 132 40
Binary 1000 10011100 1110111 1011111 0 11000 100111 10100101 1011010 100000

Color Harmonies of #089C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089C77

Black with #089C77

Text Example


Text Example

White with #089C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,156,119); }

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

background-color css

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

 a { background-color: rgb(8,156,119); }

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

border-color css

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

 span { border-color: rgb(8,156,119); }

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