Html Css Color HEX #0F818B Dark Cyan

📋 copy color: '#0F818B'

red 15 ◦ green 129 ◦ blue 139

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

Shades of Dark Cyan #0F818B

Tints of Dark Cyan #0F818B

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.58%

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

R = 5.3%
G = 45.58%
B = 49.12%

CMYK

 C value IS 0.89

 M value IS 0.07

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#0F818B (or 0x0F818B) is known color: Dark Cyan. HEX triplet: 0F, 81 and 8B. RGB value is (15,129,139). Sum of RGB (Red+Green+Blue) = 15+129+139=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 129 (50.78% from 255 or 45.58% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #0F818B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F818B is #F07E74. Grayscale: #5F5F5F. Windows color (decimal): -15761013 or 9142543. OLE color: 9142543.

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

Color convert

RGB 15 129 139 -
CMYK 0.89 0.07 0 0.45
HSL 184.84º 0.81% 0.3% -
HSV(B) 184.84º 0.89% 0.55% -
XYZ 12.71 17.67 27.17 -
YUV 96.05 152.23 70.19 -
System Red Green Blue C M Y K H S L
Decimal 15 129 139 0.89 0.07 0 0.45 184.84 0.81 0.3
Hex F 81 8B 59 7 0 2D B9 51 1E
Octal 17 201 213 131 7 0 55 271 121 36
Binary 1111 10000001 10001011 1011001 111 0 101101 10111001 1010001 11110

Color Harmonies of #0F818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F818B

Black with #0F818B

Text Example


Text Example

White with #0F818B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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