Html Css Color HEX #0F9980 Free Speech Aquamarine

📋 copy color: '#0F9980'

red 15 ◦ green 153 ◦ blue 128

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

Shades of Free Speech Aquamarine #0F9980

Tints of Free Speech Aquamarine #0F9980

RGB

 RED value IS 15 (6.25% from 255) = 5.07%

 GREEN value IS 153 (60.16% from 255) = 51.69%

 BLUE value IS 128 (50.39% from 255) = 43.24%

R = 5.07%
G = 51.69%
B = 43.24%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#0F9980 (or 0x0F9980) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 80. RGB value is (15,153,128). Sum of RGB (Red+Green+Blue) = 15+153+128=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 153 (60.16% from 255 or 51.69% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 153 - color contains mainly: green. Hex color #0F9980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9980 is #F0667F. Grayscale: #6C6C6C. Windows color (decimal): -15754880 or 8427791. OLE color: 8427791.

HSL color Cylindrical-coordinate representation of color #0F9980: hue angle of 169.13º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9980 is Cyan = 0.90, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 153 128 -
CMYK 0.90 0 0.16 0.4
HSL 169.13º 0.82% 0.33% -
HSV(B) 169.13º 0.9% 0.6% -
XYZ 15.48 24.44 24.32 -
YUV 108.89 138.78 61.03 -
System Red Green Blue C M Y K H S L
Decimal 15 153 128 0.90 0 0.16 0.4 169.13 0.82 0.33
Hex F 99 80 5A 0 10 28 A9 52 21
Octal 17 231 200 132 0 20 50 251 122 41
Binary 1111 10011001 10000000 1011010 0 10000 101000 10101001 1010010 100001

Color Harmonies of #0F9980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9980

Black with #0F9980

Text Example


Text Example

White with #0F9980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0F9980; }

 p { color: rgb(15,153,128); }

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

background-color css

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

 a { background-color: rgb(15,153,128); }

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

border-color css

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

 span { border-color: rgb(15,153,128); }

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