Html Css Color HEX #0F988C Dark Cyan

📋 copy color: '#0F988C'

red 15 ◦ green 152 ◦ blue 140

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

Shades of Dark Cyan #0F988C

Tints of Dark Cyan #0F988C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 45.6%

R = 4.89%
G = 49.51%
B = 45.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#0F988C (or 0x0F988C) is known color: Dark Cyan. HEX triplet: 0F, 98 and 8C. RGB value is (15,152,140). Sum of RGB (Red+Green+Blue) = 15+152+140=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 152 (59.77% from 255 or 49.51% from 307); Blue value is 140 (55.08% from 255 or 45.60% from 307); Max value from RGB is 152 - color contains mainly: green. Hex color #0F988C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F988C is #F06773. Grayscale: #6D6D6D. Windows color (decimal): -15755124 or 9213967. OLE color: 9213967.

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

Color convert

RGB 15 152 140 -
CMYK 0.90 0 0.08 0.40
HSL 174.74º 0.82% 0.33% -
HSV(B) 174.74º 0.9% 0.6% -
XYZ 16.16 24.45 28.68 -
YUV 109.67 145.11 60.48 -
System Red Green Blue C M Y K H S L
Decimal 15 152 140 0.90 0 0.08 0.40 174.74 0.82 0.33
Hex F 98 8C 5A 0 8 28 AF 52 21
Octal 17 230 214 132 0 10 50 257 122 41
Binary 1111 10011000 10001100 1011010 0 1000 101000 10101111 1010010 100001

Color Harmonies of #0F988C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F988C

Black with #0F988C

Text Example


Text Example

White with #0F988C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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