Html Css Color HEX #0F8B5B Deep Sea

📋 copy color: '#0F8B5B'

red 15 ◦ green 139 ◦ blue 91

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

Shades of Deep Sea #0F8B5B

Tints of Deep Sea #0F8B5B

RGB

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

 GREEN value IS 139 (54.69% from 255) = 56.73%

 BLUE value IS 91 (35.94% from 255) = 37.14%

R = 6.12%
G = 56.73%
B = 37.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#0F8B5B (or 0x0F8B5B) is known color: Deep Sea. HEX triplet: 0F, 8B and 5B. RGB value is (15,139,91). Sum of RGB (Red+Green+Blue) = 15+139+91=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 139 (54.69% from 255 or 56.73% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 139 - color contains mainly: green. Hex color #0F8B5B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8B5B is #F074A4. Grayscale: #606060. Windows color (decimal): -15758501 or 5999375. OLE color: 5999375.

HSL color Cylindrical-coordinate representation of color #0F8B5B: hue angle of 156.77º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8B5B is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 15 139 91 -
CMYK 0.89 0 0.35 0.45
HSL 156.77º 0.81% 0.3% -
HSV(B) 156.77º 0.89% 0.55% -
XYZ 11.32 19.32 13.03 -
YUV 96.45 124.92 69.9 -
System Red Green Blue C M Y K H S L
Decimal 15 139 91 0.89 0 0.35 0.45 156.77 0.81 0.3
Hex F 8B 5B 59 0 23 2D 9D 51 1E
Octal 17 213 133 131 0 43 55 235 121 36
Binary 1111 10001011 1011011 1011001 0 100011 101101 10011101 1010001 11110

Color Harmonies of #0F8B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8B5B

Black with #0F8B5B

Text Example


Text Example

White with #0F8B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,139,91); }

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

background-color css

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

 a { background-color: rgb(15,139,91); }

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

border-color css

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

 span { border-color: rgb(15,139,91); }

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