Html Css Color HEX #089C71 Free Speech Aquamarine

📋 copy color: '#089C71'

red 8 ◦ green 156 ◦ blue 113

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

Shades of Free Speech Aquamarine #089C71

Tints of Free Speech Aquamarine #089C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 40.79%

R = 2.89%
G = 56.32%
B = 40.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#089C71 (or 0x089C71) is known color: Free Speech Aquamarine. HEX triplet: 08, 9C and 71. RGB value is (8,156,113). Sum of RGB (Red+Green+Blue) = 8+156+113=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 156 (61.33% from 255 or 56.32% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 156 - color contains mainly: green. Hex color #089C71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089C71 is #F7638E. Grayscale: #6A6A6A. Windows color (decimal): -16212879 or 7445512. OLE color: 7445512.

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

Color convert

RGB 8 156 113 -
CMYK 0.95 0 0.28 0.39
HSL 162.57º 0.9% 0.32% -
HSV(B) 162.57º 0.95% 0.61% -
XYZ 14.97 25.02 19.66 -
YUV 106.85 131.47 57.5 -
System Red Green Blue C M Y K H S L
Decimal 8 156 113 0.95 0 0.28 0.39 162.57 0.9 0.32
Hex 8 9C 71 5F 0 1C 27 A3 5A 20
Octal 10 234 161 137 0 34 47 243 132 40
Binary 1000 10011100 1110001 1011111 0 11100 100111 10100011 1011010 100000

Color Harmonies of #089C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089C71

Black with #089C71

Text Example


Text Example

White with #089C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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