#1F7D60

Color #1F7D60 Deep Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sea #1F7D60

Tints of Deep Sea #1F7D60

Color information

#1F7D60 (or 0x1F7D60) is unknown color: approx Deep Sea. HEX triplet: 1F, 7D and 60. RGB value is (31,125,96). Sum of RGB (Red+Green+Blue) = 31+125+96=252 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.30% from 252); Green value is 125 (49.22% from 255 or 49.60% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 125 - color contains mainly: green. Hex color #1F7D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7D60 is #E0829F. Grayscale: #5D5D5D. Windows color (decimal): -14713504 or 6323487. OLE color: 6323487.

HSL color Cylindrical-coordinate representation of color #1F7D60: hue angle of 161.49º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7D60 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB3112596-
CMYK0.7500.230.51
HSL161.49º60.26%30.59%-
HSV(B)161.49º75.2%49.02%-
XYZ10.0115.813.59-
YUV93.59129.3683.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.30%
GREEN value IS 125 (49.22% from 255) = 49.60%
BLUE value IS 96 (37.89% from 255) = 38.10%
R=12.30%
G=49.60%
B=38.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31125960.7500.230.51161.4960.2630.59
Hex1F7D604B01733a13c1f
Octal37175140113027632417437
Binary111111111101110000010010110101111100111010000111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F7D60; }

 p { color: rgb(31,125,96); }

 H1.HeaderClassName
 {
   color: #1F7D60;
 }
 .AnyTagClassName
 {
   color: #1F7D60;
 }
</style>
background-color css

<style>
 a { background-color: #1F7D60; }

 a { background-color: rgb(31,125,96); }

 div.DivClassName
 {
   background-color: #1F7D60;
 }
 .BgClassName
 {
   background-color: #1F7D60;
 }
</style>
border-color css

<style>
 span { border-color: #1F7D60; }

 span { border-color: rgb(31,125,96); }

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