Html Css Color HEX #0F8865 Deep Sea

📋 copy color: '#0F8865'

red 15 ◦ green 136 ◦ blue 101

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

Shades of Deep Sea #0F8865

Tints of Deep Sea #0F8865

RGB

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

 GREEN value IS 136 (53.52% from 255) = 53.97%

 BLUE value IS 101 (39.84% from 255) = 40.08%

R = 5.95%
G = 53.97%
B = 40.08%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#0F8865 (or 0x0F8865) is known color: Deep Sea. HEX triplet: 0F, 88 and 65. RGB value is (15,136,101). Sum of RGB (Red+Green+Blue) = 15+136+101=252 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.95% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 101 (39.84% from 255 or 40.08% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #0F8865 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8865 is #F0779A. Grayscale: #5F5F5F. Windows color (decimal): -15759259 or 6653967. OLE color: 6653967.

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

Color convert

RGB 15 136 101 -
CMYK 0.89 0 0.26 0.47
HSL 162.64º 0.8% 0.3% -
HSV(B) 162.64º 0.89% 0.53% -
XYZ 11.35 18.65 15.31 -
YUV 95.83 130.91 70.35 -
System Red Green Blue C M Y K H S L
Decimal 15 136 101 0.89 0 0.26 0.47 162.64 0.8 0.3
Hex F 88 65 59 0 1A 2F A3 50 1E
Octal 17 210 145 131 0 32 57 243 120 36
Binary 1111 10001000 1100101 1011001 0 11010 101111 10100011 1010000 11110

Color Harmonies of #0F8865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8865

Black with #0F8865

Text Example


Text Example

White with #0F8865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,136,101); }

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

background-color css

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

 a { background-color: rgb(15,136,101); }

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

border-color css

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

 span { border-color: rgb(15,136,101); }

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