Html Css Color HEX #089C74 Free Speech Aquamarine

📋 copy color: '#089C74'

red 8 ◦ green 156 ◦ blue 116

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

Shades of Free Speech Aquamarine #089C74

Tints of Free Speech Aquamarine #089C74

RGB

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

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

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

R = 2.86%
G = 55.71%
B = 41.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#089C74 (or 0x089C74) is known color: Free Speech Aquamarine. HEX triplet: 08, 9C and 74. RGB value is (8,156,116). Sum of RGB (Red+Green+Blue) = 8+156+116=280 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.86% from 280); Green value is 156 (61.33% from 255 or 55.71% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 156 - color contains mainly: green. Hex color #089C74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089C74 is #F7638B. Grayscale: #6B6B6B. Windows color (decimal): -16212876 or 7642120. OLE color: 7642120.

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

Color convert

RGB 8 156 116 -
CMYK 0.95 0 0.26 0.39
HSL 163.78º 0.9% 0.32% -
HSV(B) 163.78º 0.95% 0.61% -
XYZ 15.14 25.09 20.57 -
YUV 107.19 132.97 57.25 -
System Red Green Blue C M Y K H S L
Decimal 8 156 116 0.95 0 0.26 0.39 163.78 0.9 0.32
Hex 8 9C 74 5F 0 1A 27 A4 5A 20
Octal 10 234 164 137 0 32 47 244 132 40
Binary 1000 10011100 1110100 1011111 0 11010 100111 10100100 1011010 100000

Color Harmonies of #089C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089C74

Black with #089C74

Text Example


Text Example

White with #089C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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