Html Css Color HEX #0F8370 Deep Sea

📋 copy color: '#0F8370'

red 15 ◦ green 131 ◦ blue 112

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

Shades of Deep Sea #0F8370

Tints of Deep Sea #0F8370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 50.78%

 BLUE value IS 112 (44.14% from 255) = 43.41%

R = 5.81%
G = 50.78%
B = 43.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#0F8370 (or 0x0F8370) is known color: Deep Sea. HEX triplet: 0F, 83 and 70. RGB value is (15,131,112). Sum of RGB (Red+Green+Blue) = 15+131+112=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 131 (51.56% from 255 or 50.78% from 258); Blue value is 112 (44.14% from 255 or 43.41% from 258); Max value from RGB is 131 - color contains mainly: green. Hex color #0F8370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8370 is #F07C8F. Grayscale: #5E5E5E. Windows color (decimal): -15760528 or 7373583. OLE color: 7373583.

HSL color Cylindrical-coordinate representation of color #0F8370: hue angle of 170.17º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8370 is Cyan = 0.89, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 15 131 112 -
CMYK 0.89 0 0.15 0.49
HSL 170.17º 0.79% 0.29% -
HSV(B) 170.17º 0.89% 0.51% -
XYZ 11.24 17.5 18.12 -
YUV 94.15 138.07 71.54 -
System Red Green Blue C M Y K H S L
Decimal 15 131 112 0.89 0 0.15 0.49 170.17 0.79 0.29
Hex F 83 70 59 0 F 31 AA 4F 1D
Octal 17 203 160 131 0 17 61 252 117 35
Binary 1111 10000011 1110000 1011001 0 1111 110001 10101010 1001111 11101

Color Harmonies of #0F8370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8370

Black with #0F8370

Text Example


Text Example

White with #0F8370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,131,112); }

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

background-color css

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

 a { background-color: rgb(15,131,112); }

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

border-color css

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

 span { border-color: rgb(15,131,112); }

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