Html Css Color HEX #099883 Free Speech Aquamarine

📋 copy color: '#099883'

red 9 ◦ green 152 ◦ blue 131

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

Shades of Free Speech Aquamarine #099883

Tints of Free Speech Aquamarine #099883

RGB

 RED value IS 9 (3.91% from 255) = 3.08%

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

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

R = 3.08%
G = 52.05%
B = 44.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#099883 (or 0x099883) is known color: Free Speech Aquamarine. HEX triplet: 09, 98 and 83. RGB value is (9,152,131). Sum of RGB (Red+Green+Blue) = 9+152+131=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #099883 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099883 is #F6677C. Grayscale: #6A6A6A. Windows color (decimal): -16148349 or 8624137. OLE color: 8624137.

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

Color convert

RGB 9 152 131 -
CMYK 0.94 0 0.14 0.40
HSL 171.19º 0.89% 0.32% -
HSV(B) 171.19º 0.94% 0.6% -
XYZ 15.44 24.15 25.32 -
YUV 106.85 141.62 58.21 -
System Red Green Blue C M Y K H S L
Decimal 9 152 131 0.94 0 0.14 0.40 171.19 0.89 0.32
Hex 9 98 83 5E 0 E 28 AB 59 20
Octal 11 230 203 136 0 16 50 253 131 40
Binary 1001 10011000 10000011 1011110 0 1110 101000 10101011 1011001 100000

Color Harmonies of #099883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099883

Black with #099883

Text Example


Text Example

White with #099883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099883; }

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

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

background-color css

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

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

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

border-color css

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

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

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