Html Css Color HEX #0F8070 Deep Sea

📋 copy color: '#0F8070'

red 15 ◦ green 128 ◦ blue 112

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

Shades of Deep Sea #0F8070

Tints of Deep Sea #0F8070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 50.2%

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

R = 5.88%
G = 50.2%
B = 43.92%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#0F8070 (or 0x0F8070) is known color: Deep Sea. HEX triplet: 0F, 80 and 70. RGB value is (15,128,112). Sum of RGB (Red+Green+Blue) = 15+128+112=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8070 is #F07F8F. Grayscale: #5C5C5C. Windows color (decimal): -15761296 or 7372815. OLE color: 7372815.

HSL color Cylindrical-coordinate representation of color #0F8070: hue angle of 171.5º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F8070 is Cyan = 0.88, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 128 112 -
CMYK 0.88 0 0.12 0.50
HSL 171.5º 0.79% 0.28% -
HSV(B) 171.5º 0.88% 0.5% -
XYZ 10.84 16.71 17.98 -
YUV 92.39 139.06 72.8 -
System Red Green Blue C M Y K H S L
Decimal 15 128 112 0.88 0 0.12 0.50 171.5 0.79 0.28
Hex F 80 70 58 0 C 32 AC 4F 1C
Octal 17 200 160 130 0 14 62 254 117 34
Binary 1111 10000000 1110000 1011000 0 1100 110010 10101100 1001111 11100

Color Harmonies of #0F8070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8070

Black with #0F8070

Text Example


Text Example

White with #0F8070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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