Html Css Color HEX #089883 Free Speech Aquamarine

📋 copy color: '#089883'

red 8 ◦ green 152 ◦ blue 131

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

Shades of Free Speech Aquamarine #089883

Tints of Free Speech Aquamarine #089883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 45.02%

R = 2.75%
G = 52.23%
B = 45.02%

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

#089883 (or 0x089883) is known color: Free Speech Aquamarine. HEX triplet: 08, 98 and 83. RGB value is (8,152,131). Sum of RGB (Red+Green+Blue) = 8+152+131=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #089883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #089883 is #F7677C. Grayscale: #6A6A6A. Windows color (decimal): -16213885 or 8624136. OLE color: 8624136.

HSL color Cylindrical-coordinate representation of color #089883: hue angle of 171.25º 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 #089883 is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 8 152 131 -
CMYK 0.95 0 0.14 0.40
HSL 171.25º 0.9% 0.31% -
HSV(B) 171.25º 0.95% 0.6% -
XYZ 15.43 24.15 25.32 -
YUV 106.55 141.79 57.71 -
System Red Green Blue C M Y K H S L
Decimal 8 152 131 0.95 0 0.14 0.40 171.25 0.9 0.31
Hex 8 98 83 5F 0 E 28 AB 5A 1F
Octal 10 230 203 137 0 16 50 253 132 37
Binary 1000 10011000 10000011 1011111 0 1110 101000 10101011 1011010 11111

Color Harmonies of #089883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #089883

Black with #089883

Text Example


Text Example

White with #089883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #089883; }

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

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

background-color css

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

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

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

border-color css

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

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

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