Html Css Color HEX #0F855E Deep Sea

📋 copy color: '#0F855E'

red 15 ◦ green 133 ◦ blue 94

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

Shades of Deep Sea #0F855E

Tints of Deep Sea #0F855E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 54.96%

 BLUE value IS 94 (37.11% from 255) = 38.84%

R = 6.2%
G = 54.96%
B = 38.84%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#0F855E (or 0x0F855E) is known color: Deep Sea. HEX triplet: 0F, 85 and 5E. RGB value is (15,133,94). Sum of RGB (Red+Green+Blue) = 15+133+94=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 133 (52.34% from 255 or 54.96% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 133 - color contains mainly: green. Hex color #0F855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F855E is #F07AA1. Grayscale: #5D5D5D. Windows color (decimal): -15760034 or 6194447. OLE color: 6194447.

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

Color convert

RGB 15 133 94 -
CMYK 0.89 0 0.29 0.48
HSL 160.17º 0.8% 0.29% -
HSV(B) 160.17º 0.89% 0.52% -
XYZ 10.6 17.68 13.44 -
YUV 93.27 128.41 72.17 -
System Red Green Blue C M Y K H S L
Decimal 15 133 94 0.89 0 0.29 0.48 160.17 0.8 0.29
Hex F 85 5E 59 0 1D 30 A0 50 1D
Octal 17 205 136 131 0 35 60 240 120 35
Binary 1111 10000101 1011110 1011001 0 11101 110000 10100000 1010000 11101

Color Harmonies of #0F855E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F855E

Black with #0F855E

Text Example


Text Example

White with #0F855E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,133,94); }

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

background-color css

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

 a { background-color: rgb(15,133,94); }

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

border-color css

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

 span { border-color: rgb(15,133,94); }

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