Html Css Color HEX #0F846D Deep Sea

📋 copy color: '#0F846D'

red 15 ◦ green 132 ◦ blue 109

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

Shades of Deep Sea #0F846D

Tints of Deep Sea #0F846D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 42.58%

R = 5.86%
G = 51.56%
B = 42.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#0F846D (or 0x0F846D) is known color: Deep Sea. HEX triplet: 0F, 84 and 6D. RGB value is (15,132,109). Sum of RGB (Red+Green+Blue) = 15+132+109=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #0F846D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F846D is #F07B92. Grayscale: #5E5E5E. Windows color (decimal): -15760275 or 7177231. OLE color: 7177231.

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

Color convert

RGB 15 132 109 -
CMYK 0.89 0 0.17 0.48
HSL 168.21º 0.8% 0.29% -
HSV(B) 168.21º 0.89% 0.52% -
XYZ 11.21 17.71 17.3 -
YUV 94.4 136.24 71.37 -
System Red Green Blue C M Y K H S L
Decimal 15 132 109 0.89 0 0.17 0.48 168.21 0.8 0.29
Hex F 84 6D 59 0 11 30 A8 50 1D
Octal 17 204 155 131 0 21 60 250 120 35
Binary 1111 10000100 1101101 1011001 0 10001 110000 10101000 1010000 11101

Color Harmonies of #0F846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F846D

Black with #0F846D

Text Example


Text Example

White with #0F846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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