Html Css Color HEX #089E7B Free Speech Aquamarine

📋 copy color: '#089E7B'

red 8 ◦ green 158 ◦ blue 123

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

Shades of Free Speech Aquamarine #089E7B

Tints of Free Speech Aquamarine #089E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 54.67%

 BLUE value IS 123 (48.44% from 255) = 42.56%

R = 2.77%
G = 54.67%
B = 42.56%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#089E7B (or 0x089E7B) is known color: Free Speech Aquamarine. HEX triplet: 08, 9E and 7B. RGB value is (8,158,123). Sum of RGB (Red+Green+Blue) = 8+158+123=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #089E7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #089E7B is #F76184. Grayscale: #6D6D6D. Windows color (decimal): -16212357 or 8101384. OLE color: 8101384.

HSL color Cylindrical-coordinate representation of color #089E7B: hue angle of 166º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089E7B is Cyan = 0.95, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 8 158 123 -
CMYK 0.95 0 0.22 0.38
HSL 166º 0.9% 0.33% -
HSV(B) 166º 0.95% 0.62% -
XYZ 15.9 25.94 22.91 -
YUV 109.16 135.81 55.85 -
System Red Green Blue C M Y K H S L
Decimal 8 158 123 0.95 0 0.22 0.38 166 0.9 0.33
Hex 8 9E 7B 5F 0 16 26 A6 5A 21
Octal 10 236 173 137 0 26 46 246 132 41
Binary 1000 10011110 1111011 1011111 0 10110 100110 10100110 1011010 100001

Color Harmonies of #089E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089E7B

Black with #089E7B

Text Example


Text Example

White with #089E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,158,123); }

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

background-color css

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

 a { background-color: rgb(8,158,123); }

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

border-color css

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

 span { border-color: rgb(8,158,123); }

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