#099883

Color #099883 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #099883

Tints of Free Speech Aquamarine #099883

Color information

#099883 (or 0x099883) is unknown color: approx 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

RGB9152131-
CMYK0.9400.140.40
HSL171.19º88.82%31.57%-
HSV(B)171.19º94.08%59.61%-
XYZ15.4424.1525.32-
YUV106.85141.6258.21-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal91521310.9400.140.40171.1988.8231.57
Hex998835E0E28ab5920
Octal112302031360165025313140
Binary10011001100010000011101111001110101000101010111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #099883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>