Html Css Color HEX #089C7D Free Speech Aquamarine

📋 copy color: '#089C7D'

red 8 ◦ green 156 ◦ blue 125

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

Shades of Free Speech Aquamarine #089C7D

Tints of Free Speech Aquamarine #089C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 43.25%

R = 2.77%
G = 53.98%
B = 43.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.20

 K value IS 0.39

RGB Variations

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

Color information

#089C7D (or 0x089C7D) is known color: Free Speech Aquamarine. HEX triplet: 08, 9C and 7D. RGB value is (8,156,125). Sum of RGB (Red+Green+Blue) = 8+156+125=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 156 (61.33% from 255 or 53.98% from 289); Blue value is 125 (49.22% from 255 or 43.25% from 289); Max value from RGB is 156 - color contains mainly: green. Hex color #089C7D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089C7D is #F76382. Grayscale: #6C6C6C. Windows color (decimal): -16212867 or 8231944. OLE color: 8231944.

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

Color convert

RGB 8 156 125 -
CMYK 0.95 0 0.20 0.39
HSL 167.43º 0.9% 0.32% -
HSV(B) 167.43º 0.95% 0.61% -
XYZ 15.69 25.31 23.46 -
YUV 108.21 137.47 56.52 -
System Red Green Blue C M Y K H S L
Decimal 8 156 125 0.95 0 0.20 0.39 167.43 0.9 0.32
Hex 8 9C 7D 5F 0 14 27 A7 5A 20
Octal 10 234 175 137 0 24 47 247 132 40
Binary 1000 10011100 1111101 1011111 0 10100 100111 10100111 1011010 100000

Color Harmonies of #089C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089C7D

Black with #089C7D

Text Example


Text Example

White with #089C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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