Html Css Color HEX #0F988A Dark Cyan

📋 copy color: '#0F988A'

red 15 ◦ green 152 ◦ blue 138

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

Shades of Dark Cyan #0F988A

Tints of Dark Cyan #0F988A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 45.25%

R = 4.92%
G = 49.84%
B = 45.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#0F988A (or 0x0F988A) is known color: Dark Cyan. HEX triplet: 0F, 98 and 8A. RGB value is (15,152,138). Sum of RGB (Red+Green+Blue) = 15+152+138=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 152 (59.77% from 255 or 49.84% from 305); Blue value is 138 (54.30% from 255 or 45.25% from 305); Max value from RGB is 152 - color contains mainly: green. Hex color #0F988A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F988A is #F06775. Grayscale: #6D6D6D. Windows color (decimal): -15755126 or 9082895. OLE color: 9082895.

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

Color convert

RGB 15 152 138 -
CMYK 0.90 0 0.09 0.40
HSL 173.87º 0.82% 0.33% -
HSV(B) 173.87º 0.9% 0.6% -
XYZ 16.01 24.39 27.91 -
YUV 109.44 144.11 60.64 -
System Red Green Blue C M Y K H S L
Decimal 15 152 138 0.90 0 0.09 0.40 173.87 0.82 0.33
Hex F 98 8A 5A 0 9 28 AE 52 21
Octal 17 230 212 132 0 11 50 256 122 41
Binary 1111 10011000 10001010 1011010 0 1001 101000 10101110 1010010 100001

Color Harmonies of #0F988A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F988A

Black with #0F988A

Text Example


Text Example

White with #0F988A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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