Html Css Color HEX #0F8473 Deep Sea

📋 copy color: '#0F8473'

red 15 ◦ green 132 ◦ blue 115

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

Shades of Deep Sea #0F8473

Tints of Deep Sea #0F8473

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50.38%

 BLUE value IS 115 (45.31% from 255) = 43.89%

R = 5.73%
G = 50.38%
B = 43.89%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#0F8473 (or 0x0F8473) is known color: Deep Sea. HEX triplet: 0F, 84 and 73. RGB value is (15,132,115). Sum of RGB (Red+Green+Blue) = 15+132+115=262 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.73% from 262); Green value is 132 (51.95% from 255 or 50.38% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 132 - color contains mainly: green. Hex color #0F8473 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8473 is #F07B8C. Grayscale: #5F5F5F. Windows color (decimal): -15760269 or 7570447. OLE color: 7570447.

HSL color Cylindrical-coordinate representation of color #0F8473: hue angle of 171.28º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8473 is Cyan = 0.89, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 132 115 -
CMYK 0.89 0 0.13 0.48
HSL 171.28º 0.8% 0.29% -
HSV(B) 171.28º 0.89% 0.52% -
XYZ 11.54 17.84 19.06 -
YUV 95.08 139.24 70.88 -
System Red Green Blue C M Y K H S L
Decimal 15 132 115 0.89 0 0.13 0.48 171.28 0.8 0.29
Hex F 84 73 59 0 D 30 AB 50 1D
Octal 17 204 163 131 0 15 60 253 120 35
Binary 1111 10000100 1110011 1011001 0 1101 110000 10101011 1010000 11101

Color Harmonies of #0F8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8473

Black with #0F8473

Text Example


Text Example

White with #0F8473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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