Html Css Color HEX #099D83 Free Speech Aquamarine

📋 copy color: '#099D83'

red 9 ◦ green 157 ◦ blue 131

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

Shades of Free Speech Aquamarine #099D83

Tints of Free Speech Aquamarine #099D83

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.86%

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

R = 3.03%
G = 52.86%
B = 44.11%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#099D83 (or 0x099D83) is known color: Free Speech Aquamarine. HEX triplet: 09, 9D and 83. RGB value is (9,157,131). Sum of RGB (Red+Green+Blue) = 9+157+131=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 157 (61.72% from 255 or 52.86% from 297); Blue value is 131 (51.56% from 255 or 44.11% from 297); Max value from RGB is 157 - color contains mainly: green. Hex color #099D83 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099D83 is #F6627C. Grayscale: #6D6D6D. Windows color (decimal): -16147069 or 8625417. OLE color: 8625417.

HSL color Cylindrical-coordinate representation of color #099D83: hue angle of 169.46º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099D83 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 157 131 -
CMYK 0.94 0 0.17 0.38
HSL 169.46º 0.89% 0.33% -
HSV(B) 169.46º 0.94% 0.62% -
XYZ 16.27 25.81 25.6 -
YUV 109.78 139.97 56.11 -
System Red Green Blue C M Y K H S L
Decimal 9 157 131 0.94 0 0.17 0.38 169.46 0.89 0.33
Hex 9 9D 83 5E 0 11 26 A9 59 21
Octal 11 235 203 136 0 21 46 251 131 41
Binary 1001 10011101 10000011 1011110 0 10001 100110 10101001 1011001 100001

Color Harmonies of #099D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099D83

Black with #099D83

Text Example


Text Example

White with #099D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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