Html Css Color HEX #0F8063 Deep Sea

📋 copy color: '#0F8063'

red 15 ◦ green 128 ◦ blue 99

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

Shades of Deep Sea #0F8063

Tints of Deep Sea #0F8063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 6.2%
G = 52.89%
B = 40.91%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#0F8063 (or 0x0F8063) is known color: Deep Sea. HEX triplet: 0F, 80 and 63. RGB value is (15,128,99). Sum of RGB (Red+Green+Blue) = 15+128+99=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 128 (50.39% from 255 or 52.89% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8063 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8063 is #F07F9C. Grayscale: #5A5A5A. Windows color (decimal): -15761309 or 6520847. OLE color: 6520847.

HSL color Cylindrical-coordinate representation of color #0F8063: hue angle of 164.6º 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 #0F8063 is Cyan = 0.88, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 128 99 -
CMYK 0.88 0 0.23 0.50
HSL 164.6º 0.79% 0.28% -
HSV(B) 164.6º 0.88% 0.5% -
XYZ 10.17 16.44 14.44 -
YUV 90.91 132.56 73.86 -
System Red Green Blue C M Y K H S L
Decimal 15 128 99 0.88 0 0.23 0.50 164.6 0.79 0.28
Hex F 80 63 58 0 17 32 A5 4F 1C
Octal 17 200 143 130 0 27 62 245 117 34
Binary 1111 10000000 1100011 1011000 0 10111 110010 10100101 1001111 11100

Color Harmonies of #0F8063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8063

Black with #0F8063

Text Example


Text Example

White with #0F8063

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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