Html Css Color HEX #0F735E Deep Sea

📋 copy color: '#0F735E'

red 15 ◦ green 115 ◦ blue 94

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

Shades of Deep Sea #0F735E

Tints of Deep Sea #0F735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 51.34%

 BLUE value IS 94 (37.11% from 255) = 41.96%

R = 6.7%
G = 51.34%
B = 41.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#0F735E (or 0x0F735E) is known color: Deep Sea. HEX triplet: 0F, 73 and 5E. RGB value is (15,115,94). Sum of RGB (Red+Green+Blue) = 15+115+94=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 115 (45.31% from 255 or 51.34% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 115 - color contains mainly: green. Hex color #0F735E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F735E is #F08CA1. Grayscale: #525252. Windows color (decimal): -15764642 or 6189839. OLE color: 6189839.

HSL color Cylindrical-coordinate representation of color #0F735E: hue angle of 167.4º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F735E is Cyan = 0.87, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 115 94 -
CMYK 0.87 0 0.18 0.55
HSL 167.4º 0.77% 0.25% -
HSV(B) 167.4º 0.87% 0.45% -
XYZ 8.35 13.17 12.69 -
YUV 82.71 134.37 79.71 -
System Red Green Blue C M Y K H S L
Decimal 15 115 94 0.87 0 0.18 0.55 167.4 0.77 0.25
Hex F 73 5E 57 0 12 37 A7 4D 19
Octal 17 163 136 127 0 22 67 247 115 31
Binary 1111 1110011 1011110 1010111 0 10010 110111 10100111 1001101 11001

Color Harmonies of #0F735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F735E

Black with #0F735E

Text Example


Text Example

White with #0F735E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,115,94); }

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

background-color css

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

 a { background-color: rgb(15,115,94); }

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

border-color css

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

 span { border-color: rgb(15,115,94); }

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