Html Css Color HEX #0F8664 Deep Sea

📋 copy color: '#0F8664'

red 15 ◦ green 134 ◦ blue 100

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

Shades of Deep Sea #0F8664

Tints of Deep Sea #0F8664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.16%

R = 6.02%
G = 53.82%
B = 40.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#0F8664 (or 0x0F8664) is known color: Deep Sea. HEX triplet: 0F, 86 and 64. RGB value is (15,134,100). Sum of RGB (Red+Green+Blue) = 15+134+100=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #0F8664 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8664 is #F0799B. Grayscale: #5E5E5E. Windows color (decimal): -15759772 or 6587919. OLE color: 6587919.

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

Color convert

RGB 15 134 100 -
CMYK 0.89 0 0.25 0.47
HSL 162.86º 0.8% 0.29% -
HSV(B) 162.86º 0.89% 0.53% -
XYZ 11.02 18.07 14.96 -
YUV 94.54 131.08 71.26 -
System Red Green Blue C M Y K H S L
Decimal 15 134 100 0.89 0 0.25 0.47 162.86 0.8 0.29
Hex F 86 64 59 0 19 2F A3 50 1D
Octal 17 206 144 131 0 31 57 243 120 35
Binary 1111 10000110 1100100 1011001 0 11001 101111 10100011 1010000 11101

Color Harmonies of #0F8664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8664

Black with #0F8664

Text Example


Text Example

White with #0F8664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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