Html Css Color HEX #0F958D Dark Cyan

📋 copy color: '#0F958D'

red 15 ◦ green 149 ◦ blue 141

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

Shades of Dark Cyan #0F958D

Tints of Dark Cyan #0F958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.85%

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

R = 4.92%
G = 48.85%
B = 46.23%

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

#0F958D (or 0x0F958D) is known color: Dark Cyan. HEX triplet: 0F, 95 and 8D. RGB value is (15,149,141). Sum of RGB (Red+Green+Blue) = 15+149+141=305 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.92% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 141 (55.47% from 255 or 46.23% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #0F958D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F958D is #F06A72. Grayscale: #6B6B6B. Windows color (decimal): -15755891 or 9278735. OLE color: 9278735.

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

Color convert

RGB 15 149 141 -
CMYK 0.90 0 0.05 0.42
HSL 176.42º 0.82% 0.32% -
HSV(B) 176.42º 0.9% 0.58% -
XYZ 15.75 23.52 28.91 -
YUV 108.02 146.61 61.65 -
System Red Green Blue C M Y K H S L
Decimal 15 149 141 0.90 0 0.05 0.42 176.42 0.82 0.32
Hex F 95 8D 5A 0 5 2A B0 52 20
Octal 17 225 215 132 0 5 52 260 122 40
Binary 1111 10010101 10001101 1011010 0 101 101010 10110000 1010010 100000

Color Harmonies of #0F958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F958D

Black with #0F958D

Text Example


Text Example

White with #0F958D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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