Html Css Color HEX #0F866C Deep Sea

📋 copy color: '#0F866C'

red 15 ◦ green 134 ◦ blue 108

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

Shades of Deep Sea #0F866C

Tints of Deep Sea #0F866C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 52.14%

 BLUE value IS 108 (42.58% from 255) = 42.02%

R = 5.84%
G = 52.14%
B = 42.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#0F866C (or 0x0F866C) is known color: Deep Sea. HEX triplet: 0F, 86 and 6C. RGB value is (15,134,108). Sum of RGB (Red+Green+Blue) = 15+134+108=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 134 (52.73% from 255 or 52.14% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 134 - color contains mainly: green. Hex color #0F866C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F866C is #F07993. Grayscale: #5F5F5F. Windows color (decimal): -15759764 or 7112207. OLE color: 7112207.

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

Color convert

RGB 15 134 108 -
CMYK 0.89 0 0.19 0.47
HSL 166.89º 0.8% 0.29% -
HSV(B) 166.89º 0.89% 0.53% -
XYZ 11.43 18.23 17.1 -
YUV 95.46 135.08 70.61 -
System Red Green Blue C M Y K H S L
Decimal 15 134 108 0.89 0 0.19 0.47 166.89 0.8 0.29
Hex F 86 6C 59 0 13 2F A7 50 1D
Octal 17 206 154 131 0 23 57 247 120 35
Binary 1111 10000110 1101100 1011001 0 10011 101111 10100111 1010000 11101

Color Harmonies of #0F866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F866C

Black with #0F866C

Text Example


Text Example

White with #0F866C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,134,108); }

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

background-color css

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

 a { background-color: rgb(15,134,108); }

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

border-color css

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

 span { border-color: rgb(15,134,108); }

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