Html Css Color HEX #0F846F Deep Sea

📋 copy color: '#0F846F'

red 15 ◦ green 132 ◦ blue 111

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

Shades of Deep Sea #0F846F

Tints of Deep Sea #0F846F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 43.02%

R = 5.81%
G = 51.16%
B = 43.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#0F846F (or 0x0F846F) is known color: Deep Sea. HEX triplet: 0F, 84 and 6F. RGB value is (15,132,111). Sum of RGB (Red+Green+Blue) = 15+132+111=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 132 (51.95% from 255 or 51.16% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 132 - color contains mainly: green. Hex color #0F846F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F846F is #F07B90. Grayscale: #5E5E5E. Windows color (decimal): -15760273 or 7308303. OLE color: 7308303.

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

Color convert

RGB 15 132 111 -
CMYK 0.89 0 0.16 0.48
HSL 169.23º 0.8% 0.29% -
HSV(B) 169.23º 0.89% 0.52% -
XYZ 11.32 17.75 17.87 -
YUV 94.62 137.24 71.21 -
System Red Green Blue C M Y K H S L
Decimal 15 132 111 0.89 0 0.16 0.48 169.23 0.8 0.29
Hex F 84 6F 59 0 10 30 A9 50 1D
Octal 17 204 157 131 0 20 60 251 120 35
Binary 1111 10000100 1101111 1011001 0 10000 110000 10101001 1010000 11101

Color Harmonies of #0F846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F846F

Black with #0F846F

Text Example


Text Example

White with #0F846F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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