Html Css Color HEX #0F885F Deep Sea

📋 copy color: '#0F885F'

red 15 ◦ green 136 ◦ blue 95

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

Shades of Deep Sea #0F885F

Tints of Deep Sea #0F885F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.28%

 BLUE value IS 95 (37.5% from 255) = 38.62%

R = 6.1%
G = 55.28%
B = 38.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#0F885F (or 0x0F885F) is known color: Deep Sea. HEX triplet: 0F, 88 and 5F. RGB value is (15,136,95). Sum of RGB (Red+Green+Blue) = 15+136+95=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 136 (53.52% from 255 or 55.28% from 246); Blue value is 95 (37.5% from 255 or 38.62% from 246); Max value from RGB is 136 - color contains mainly: green. Hex color #0F885F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F885F is #F077A0. Grayscale: #5F5F5F. Windows color (decimal): -15759265 or 6260751. OLE color: 6260751.

HSL color Cylindrical-coordinate representation of color #0F885F: hue angle of 159.67º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F885F is Cyan = 0.89, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 136 95 -
CMYK 0.89 0 0.30 0.47
HSL 159.67º 0.8% 0.3% -
HSV(B) 159.67º 0.89% 0.53% -
XYZ 11.07 18.54 13.82 -
YUV 95.15 127.91 70.83 -
System Red Green Blue C M Y K H S L
Decimal 15 136 95 0.89 0 0.30 0.47 159.67 0.8 0.3
Hex F 88 5F 59 0 1E 2F A0 50 1E
Octal 17 210 137 131 0 36 57 240 120 36
Binary 1111 10001000 1011111 1011001 0 11110 101111 10100000 1010000 11110

Color Harmonies of #0F885F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F885F

Black with #0F885F

Text Example


Text Example

White with #0F885F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,136,95); }

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

background-color css

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

 a { background-color: rgb(15,136,95); }

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

border-color css

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

 span { border-color: rgb(15,136,95); }

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