Html Css Color HEX #0F7D5C Deep Sea

📋 copy color: '#0F7D5C'

red 15 ◦ green 125 ◦ blue 92

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

Shades of Deep Sea #0F7D5C

Tints of Deep Sea #0F7D5C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 53.88%

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

R = 6.47%
G = 53.88%
B = 39.66%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#0F7D5C (or 0x0F7D5C) is known color: Deep Sea. HEX triplet: 0F, 7D and 5C. RGB value is (15,125,92). Sum of RGB (Red+Green+Blue) = 15+125+92=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 125 (49.22% from 255 or 53.88% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 125 - color contains mainly: green. Hex color #0F7D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7D5C is #F082A3. Grayscale: #585858. Windows color (decimal): -15762084 or 6061327. OLE color: 6061327.

HSL color Cylindrical-coordinate representation of color #0F7D5C: hue angle of 162º degrees, saturation: 0.79, 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 #0F7D5C is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 125 92 -
CMYK 0.88 0 0.26 0.51
HSL 162º 0.79% 0.27% -
HSV(B) 162º 0.88% 0.49% -
XYZ 9.46 15.54 12.63 -
YUV 88.35 130.06 75.68 -
System Red Green Blue C M Y K H S L
Decimal 15 125 92 0.88 0 0.26 0.51 162 0.79 0.27
Hex F 7D 5C 58 0 1A 33 A2 4F 1B
Octal 17 175 134 130 0 32 63 242 117 33
Binary 1111 1111101 1011100 1011000 0 11010 110011 10100010 1001111 11011

Color Harmonies of #0F7D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7D5C

Black with #0F7D5C

Text Example


Text Example

White with #0F7D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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