Html Css Color HEX #089882 Free Speech Aquamarine

📋 copy color: '#089882'

red 8 ◦ green 152 ◦ blue 130

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

Shades of Free Speech Aquamarine #089882

Tints of Free Speech Aquamarine #089882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.41%

 BLUE value IS 130 (51.17% from 255) = 44.83%

R = 2.76%
G = 52.41%
B = 44.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#089882 (or 0x089882) is known color: Free Speech Aquamarine. HEX triplet: 08, 98 and 82. RGB value is (8,152,130). Sum of RGB (Red+Green+Blue) = 8+152+130=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 130 (51.17% from 255 or 44.83% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #089882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089882 is #F7677D. Grayscale: #6A6A6A. Windows color (decimal): -16213886 or 8558600. OLE color: 8558600.

HSL color Cylindrical-coordinate representation of color #089882: hue angle of 170.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #089882 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 152 130 -
CMYK 0.95 0 0.14 0.40
HSL 170.83º 0.9% 0.31% -
HSV(B) 170.83º 0.95% 0.6% -
XYZ 15.36 24.12 24.97 -
YUV 106.44 141.29 57.79 -
System Red Green Blue C M Y K H S L
Decimal 8 152 130 0.95 0 0.14 0.40 170.83 0.9 0.31
Hex 8 98 82 5F 0 E 28 AB 5A 1F
Octal 10 230 202 137 0 16 50 253 132 37
Binary 1000 10011000 10000010 1011111 0 1110 101000 10101011 1011010 11111

Color Harmonies of #089882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089882

Black with #089882

Text Example


Text Example

White with #089882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089882; }

 p { color: rgb(8,152,130); }

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

background-color css

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

 a { background-color: rgb(8,152,130); }

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

border-color css

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

 span { border-color: rgb(8,152,130); }

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