Html Css Color HEX #0F856C Deep Sea

📋 copy color: '#0F856C'

red 15 ◦ green 133 ◦ blue 108

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

Shades of Deep Sea #0F856C

Tints of Deep Sea #0F856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 51.95%

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

R = 5.86%
G = 51.95%
B = 42.19%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#0F856C (or 0x0F856C) is known color: Deep Sea. HEX triplet: 0F, 85 and 6C. RGB value is (15,133,108). Sum of RGB (Red+Green+Blue) = 15+133+108=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 133 (52.34% from 255 or 51.95% from 256); Blue value is 108 (42.58% from 255 or 42.19% from 256); Max value from RGB is 133 - color contains mainly: green. Hex color #0F856C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F856C is #F07A93. Grayscale: #5E5E5E. Windows color (decimal): -15760020 or 7111951. OLE color: 7111951.

HSL color Cylindrical-coordinate representation of color #0F856C: hue angle of 167.29º 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 #0F856C is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 133 108 -
CMYK 0.89 0 0.19 0.48
HSL 167.29º 0.8% 0.29% -
HSV(B) 167.29º 0.89% 0.52% -
XYZ 11.29 17.96 17.06 -
YUV 94.87 135.41 71.03 -
System Red Green Blue C M Y K H S L
Decimal 15 133 108 0.89 0 0.19 0.48 167.29 0.8 0.29
Hex F 85 6C 59 0 13 30 A7 50 1D
Octal 17 205 154 131 0 23 60 247 120 35
Binary 1111 10000101 1101100 1011001 0 10011 110000 10100111 1010000 11101

Color Harmonies of #0F856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F856C

Black with #0F856C

Text Example


Text Example

White with #0F856C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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