Html Css Color HEX #09987F Free Speech Aquamarine

📋 copy color: '#09987F'

red 9 ◦ green 152 ◦ blue 127

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

Shades of Free Speech Aquamarine #09987F

Tints of Free Speech Aquamarine #09987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.1%

R = 3.13%
G = 52.78%
B = 44.1%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#09987F (or 0x09987F) is known color: Free Speech Aquamarine. HEX triplet: 09, 98 and 7F. RGB value is (9,152,127). Sum of RGB (Red+Green+Blue) = 9+152+127=288 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.12% from 288); Green value is 152 (59.77% from 255 or 52.78% from 288); Blue value is 127 (50% from 255 or 44.10% from 288); Max value from RGB is 152 - color contains mainly: green. Hex color #09987F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09987F is #F66780. Grayscale: #6A6A6A. Windows color (decimal): -16148353 or 8361993. OLE color: 8361993.

HSL color Cylindrical-coordinate representation of color #09987F: hue angle of 169.51º 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 #09987F is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 152 127 -
CMYK 0.94 0 0.16 0.40
HSL 169.51º 0.89% 0.32% -
HSV(B) 169.51º 0.94% 0.6% -
XYZ 15.17 24.05 23.92 -
YUV 106.39 139.62 58.53 -
System Red Green Blue C M Y K H S L
Decimal 9 152 127 0.94 0 0.16 0.40 169.51 0.89 0.32
Hex 9 98 7F 5E 0 10 28 AA 59 20
Octal 11 230 177 136 0 20 50 252 131 40
Binary 1001 10011000 1111111 1011110 0 10000 101000 10101010 1011001 100000

Color Harmonies of #09987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09987F

Black with #09987F

Text Example


Text Example

White with #09987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09987F; }

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

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

background-color css

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

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

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

border-color css

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

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

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