Html Css Color HEX #0F7C5D Deep Sea

📋 copy color: '#0F7C5D'

red 15 ◦ green 124 ◦ blue 93

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

Shades of Deep Sea #0F7C5D

Tints of Deep Sea #0F7C5D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 53.45%

 BLUE value IS 93 (36.72% from 255) = 40.09%

R = 6.47%
G = 53.45%
B = 40.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.51

RGB Variations

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

Color information

#0F7C5D (or 0x0F7C5D) is known color: Deep Sea. HEX triplet: 0F, 7C and 5D. RGB value is (15,124,93). Sum of RGB (Red+Green+Blue) = 15+124+93=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7C5D is #F083A2. Grayscale: #575757. Windows color (decimal): -15762339 or 6126607. OLE color: 6126607.

HSL color Cylindrical-coordinate representation of color #0F7C5D: hue angle of 162.94º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7C5D is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 124 93 -
CMYK 0.88 0 0.25 0.51
HSL 162.94º 0.78% 0.27% -
HSV(B) 162.94º 0.88% 0.49% -
XYZ 9.38 15.31 12.82 -
YUV 87.88 130.89 76.02 -
System Red Green Blue C M Y K H S L
Decimal 15 124 93 0.88 0 0.25 0.51 162.94 0.78 0.27
Hex F 7C 5D 58 0 19 33 A3 4E 1B
Octal 17 174 135 130 0 31 63 243 116 33
Binary 1111 1111100 1011101 1011000 0 11001 110011 10100011 1001110 11011

Color Harmonies of #0F7C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C5D

Black with #0F7C5D

Text Example


Text Example

White with #0F7C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,124,93); }

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

background-color css

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

 a { background-color: rgb(15,124,93); }

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

border-color css

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

 span { border-color: rgb(15,124,93); }

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