Html Css Color HEX #0F948C Dark Cyan

📋 copy color: '#0F948C'

red 15 ◦ green 148 ◦ blue 140

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

Shades of Dark Cyan #0F948C

Tints of Dark Cyan #0F948C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 48.84%

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

R = 4.95%
G = 48.84%
B = 46.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#0F948C (or 0x0F948C) is known color: Dark Cyan. HEX triplet: 0F, 94 and 8C. RGB value is (15,148,140). Sum of RGB (Red+Green+Blue) = 15+148+140=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 140 (55.08% from 255 or 46.20% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #0F948C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F948C is #F06B73. Grayscale: #6B6B6B. Windows color (decimal): -15756148 or 9212943. OLE color: 9212943.

HSL color Cylindrical-coordinate representation of color #0F948C: hue angle of 176.39º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F948C is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 15 148 140 -
CMYK 0.90 0 0.05 0.42
HSL 176.39º 0.82% 0.32% -
HSV(B) 176.39º 0.9% 0.58% -
XYZ 15.52 23.17 28.47 -
YUV 107.32 146.44 62.15 -
System Red Green Blue C M Y K H S L
Decimal 15 148 140 0.90 0 0.05 0.42 176.39 0.82 0.32
Hex F 94 8C 5A 0 5 2A B0 52 20
Octal 17 224 214 132 0 5 52 260 122 40
Binary 1111 10010100 10001100 1011010 0 101 101010 10110000 1010010 100000

Color Harmonies of #0F948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F948C

Black with #0F948C

Text Example


Text Example

White with #0F948C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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