Html Css Color HEX #0F958B Dark Cyan

📋 copy color: '#0F958B'

red 15 ◦ green 149 ◦ blue 139

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

Shades of Dark Cyan #0F958B

Tints of Dark Cyan #0F958B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 45.87%

R = 4.95%
G = 49.17%
B = 45.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#0F958B (or 0x0F958B) is known color: Dark Cyan. HEX triplet: 0F, 95 and 8B. RGB value is (15,149,139). Sum of RGB (Red+Green+Blue) = 15+149+139=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 149 (58.59% from 255 or 49.17% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 149 - color contains mainly: green. Hex color #0F958B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F958B is #F06A74. Grayscale: #6B6B6B. Windows color (decimal): -15755893 or 9147663. OLE color: 9147663.

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

Color convert

RGB 15 149 139 -
CMYK 0.90 0 0.07 0.42
HSL 175.52º 0.82% 0.32% -
HSV(B) 175.52º 0.9% 0.58% -
XYZ 15.6 23.46 28.13 -
YUV 107.79 145.61 61.81 -
System Red Green Blue C M Y K H S L
Decimal 15 149 139 0.90 0 0.07 0.42 175.52 0.82 0.32
Hex F 95 8B 5A 0 7 2A B0 52 20
Octal 17 225 213 132 0 7 52 260 122 40
Binary 1111 10010101 10001011 1011010 0 111 101010 10110000 1010010 100000

Color Harmonies of #0F958B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F958B

Black with #0F958B

Text Example


Text Example

White with #0F958B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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