Html Css Color HEX #0F858B Dark Cyan

📋 copy color: '#0F858B'

red 15 ◦ green 133 ◦ blue 139

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

Shades of Dark Cyan #0F858B

Tints of Dark Cyan #0F858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.34%

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

R = 5.23%
G = 46.34%
B = 48.43%

CMYK

 C value IS 0.89

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F858B (or 0x0F858B) is known color: Dark Cyan. HEX triplet: 0F, 85 and 8B. RGB value is (15,133,139). Sum of RGB (Red+Green+Blue) = 15+133+139=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 133 (52.34% from 255 or 46.34% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F858B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F858B is #F07A74. Grayscale: #626262. Windows color (decimal): -15759989 or 9143567. OLE color: 9143567.

HSL color Cylindrical-coordinate representation of color #0F858B: hue angle of 182.9º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F858B is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 133 139 -
CMYK 0.89 0.04 0 0.45
HSL 182.9º 0.81% 0.3% -
HSV(B) 182.9º 0.89% 0.55% -
XYZ 13.24 18.74 27.35 -
YUV 98.4 150.91 68.51 -
System Red Green Blue C M Y K H S L
Decimal 15 133 139 0.89 0.04 0 0.45 182.9 0.81 0.3
Hex F 85 8B 59 4 0 2D B7 51 1E
Octal 17 205 213 131 4 0 55 267 121 36
Binary 1111 10000101 10001011 1011001 100 0 101101 10110111 1010001 11110

Color Harmonies of #0F858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F858B

Black with #0F858B

Text Example


Text Example

White with #0F858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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