Html Css Color HEX #0F997D Free Speech Aquamarine

📋 copy color: '#0F997D'

red 15 ◦ green 153 ◦ blue 125

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

Shades of Free Speech Aquamarine #0F997D

Tints of Free Speech Aquamarine #0F997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 42.66%

R = 5.12%
G = 52.22%
B = 42.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#0F997D (or 0x0F997D) is known color: Free Speech Aquamarine. HEX triplet: 0F, 99 and 7D. RGB value is (15,153,125). Sum of RGB (Red+Green+Blue) = 15+153+125=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 125 (49.22% from 255 or 42.66% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #0F997D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F997D is #F06682. Grayscale: #6C6C6C. Windows color (decimal): -15754883 or 8231183. OLE color: 8231183.

HSL color Cylindrical-coordinate representation of color #0F997D: hue angle of 167.83º 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 #0F997D is Cyan = 0.90, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 15 153 125 -
CMYK 0.90 0 0.18 0.4
HSL 167.83º 0.82% 0.33% -
HSV(B) 167.83º 0.9% 0.6% -
XYZ 15.29 24.36 23.3 -
YUV 108.55 137.28 61.28 -
System Red Green Blue C M Y K H S L
Decimal 15 153 125 0.90 0 0.18 0.4 167.83 0.82 0.33
Hex F 99 7D 5A 0 12 28 A8 52 21
Octal 17 231 175 132 0 22 50 250 122 41
Binary 1111 10011001 1111101 1011010 0 10010 101000 10101000 1010010 100001

Color Harmonies of #0F997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F997D

Black with #0F997D

Text Example


Text Example

White with #0F997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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