Html Css Color HEX #0F987D Free Speech Aquamarine

📋 copy color: '#0F987D'

red 15 ◦ green 152 ◦ blue 125

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

Shades of Free Speech Aquamarine #0F987D

Tints of Free Speech Aquamarine #0F987D

RGB

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

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

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

R = 5.14%
G = 52.05%
B = 42.81%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#0F987D (or 0x0F987D) is known color: Free Speech Aquamarine. HEX triplet: 0F, 98 and 7D. RGB value is (15,152,125). Sum of RGB (Red+Green+Blue) = 15+152+125=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 152 (59.77% from 255 or 52.05% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 152 - color contains mainly: green. Hex color #0F987D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F987D is #F06782. Grayscale: #6B6B6B. Windows color (decimal): -15755139 or 8230927. OLE color: 8230927.

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

Color convert

RGB 15 152 125 -
CMYK 0.90 0 0.18 0.40
HSL 168.18º 0.82% 0.33% -
HSV(B) 168.18º 0.9% 0.6% -
XYZ 15.13 24.04 23.24 -
YUV 107.96 137.61 61.7 -
System Red Green Blue C M Y K H S L
Decimal 15 152 125 0.90 0 0.18 0.40 168.18 0.82 0.33
Hex F 98 7D 5A 0 12 28 A8 52 21
Octal 17 230 175 132 0 22 50 250 122 41
Binary 1111 10011000 1111101 1011010 0 10010 101000 10101000 1010010 100001

Color Harmonies of #0F987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F987D

Black with #0F987D

Text Example


Text Example

White with #0F987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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