Html Css Color HEX #0F9381 Dark Cyan

📋 copy color: '#0F9381'

red 15 ◦ green 147 ◦ blue 129

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

Shades of Dark Cyan #0F9381

Tints of Dark Cyan #0F9381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.52%

 BLUE value IS 129 (50.78% from 255) = 44.33%

R = 5.15%
G = 50.52%
B = 44.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#0F9381 (or 0x0F9381) is known color: Dark Cyan. HEX triplet: 0F, 93 and 81. RGB value is (15,147,129). Sum of RGB (Red+Green+Blue) = 15+147+129=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 147 (57.81% from 255 or 50.52% from 291); Blue value is 129 (50.78% from 255 or 44.33% from 291); Max value from RGB is 147 - color contains mainly: green. Hex color #0F9381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9381 is #F06C7E. Grayscale: #696969. Windows color (decimal): -15756415 or 8491791. OLE color: 8491791.

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

Color convert

RGB 15 147 129 -
CMYK 0.90 0 0.12 0.42
HSL 171.82º 0.81% 0.32% -
HSV(B) 171.82º 0.9% 0.58% -
XYZ 14.59 22.55 24.35 -
YUV 105.48 141.27 63.46 -
System Red Green Blue C M Y K H S L
Decimal 15 147 129 0.90 0 0.12 0.42 171.82 0.81 0.32
Hex F 93 81 5A 0 C 2A AC 51 20
Octal 17 223 201 132 0 14 52 254 121 40
Binary 1111 10010011 10000001 1011010 0 1100 101010 10101100 1010001 100000

Color Harmonies of #0F9381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F9381

Black with #0F9381

Text Example


Text Example

White with #0F9381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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