Html Css Color HEX #0F988D Dark Cyan

📋 copy color: '#0F988D'

red 15 ◦ green 152 ◦ blue 141

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

Shades of Dark Cyan #0F988D

Tints of Dark Cyan #0F988D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 45.78%

R = 4.87%
G = 49.35%
B = 45.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#0F988D (or 0x0F988D) is known color: Dark Cyan. HEX triplet: 0F, 98 and 8D. RGB value is (15,152,141). Sum of RGB (Red+Green+Blue) = 15+152+141=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #0F988D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F988D is #F06772. Grayscale: #6D6D6D. Windows color (decimal): -15755123 or 9279503. OLE color: 9279503.

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

Color convert

RGB 15 152 141 -
CMYK 0.90 0 0.07 0.40
HSL 175.18º 0.82% 0.33% -
HSV(B) 175.18º 0.9% 0.6% -
XYZ 16.23 24.48 29.07 -
YUV 109.78 145.61 60.39 -
System Red Green Blue C M Y K H S L
Decimal 15 152 141 0.90 0 0.07 0.40 175.18 0.82 0.33
Hex F 98 8D 5A 0 7 28 AF 52 21
Octal 17 230 215 132 0 7 50 257 122 41
Binary 1111 10011000 10001101 1011010 0 111 101000 10101111 1010010 100001

Color Harmonies of #0F988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F988D

Black with #0F988D

Text Example


Text Example

White with #0F988D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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