Html Css Color HEX #0F895C Deep Sea

📋 copy color: '#0F895C'

red 15 ◦ green 137 ◦ blue 92

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

Shades of Deep Sea #0F895C

Tints of Deep Sea #0F895C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 56.15%

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 6.15%
G = 56.15%
B = 37.7%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#0F895C (or 0x0F895C) is known color: Deep Sea. HEX triplet: 0F, 89 and 5C. RGB value is (15,137,92). Sum of RGB (Red+Green+Blue) = 15+137+92=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 137 (53.91% from 255 or 56.15% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 137 - color contains mainly: green. Hex color #0F895C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F895C is #F076A3. Grayscale: #5F5F5F. Windows color (decimal): -15759012 or 6064399. OLE color: 6064399.

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

Color convert

RGB 15 137 92 -
CMYK 0.89 0 0.33 0.46
HSL 157.87º 0.8% 0.3% -
HSV(B) 157.87º 0.89% 0.54% -
XYZ 11.07 18.77 13.16 -
YUV 95.39 126.08 70.66 -
System Red Green Blue C M Y K H S L
Decimal 15 137 92 0.89 0 0.33 0.46 157.87 0.8 0.3
Hex F 89 5C 59 0 21 2E 9E 50 1E
Octal 17 211 134 131 0 41 56 236 120 36
Binary 1111 10001001 1011100 1011001 0 100001 101110 10011110 1010000 11110

Color Harmonies of #0F895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F895C

Black with #0F895C

Text Example


Text Example

White with #0F895C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,137,92); }

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

background-color css

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

 a { background-color: rgb(15,137,92); }

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

border-color css

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

 span { border-color: rgb(15,137,92); }

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