#1F7A64

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

Shades of Deep Sea #1F7A64

Tints of Deep Sea #1F7A64

Color information

#1F7A64 (or 0x1F7A64) is unknown color: approx Deep Sea. HEX triplet: 1F, 7A and 64. RGB value is (31,122,100). Sum of RGB (Red+Green+Blue) = 31+122+100=253 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.25% from 253); Green value is 122 (48.05% from 255 or 48.22% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 122 - color contains mainly: green. Hex color #1F7A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7A64 is #E0859B. Grayscale: #5C5C5C. Windows color (decimal): -14714268 or 6584863. OLE color: 6584863.

HSL color Cylindrical-coordinate representation of color #1F7A64: hue angle of 165.49º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F7A64 is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB31122100-
CMYK0.7500.180.52
HSL165.49º59.48%30%-
HSV(B)165.49º74.59%47.84%-
XYZ9.8215.1314.46-
YUV92.28132.3584.29-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.25%
GREEN value IS 122 (48.05% from 255) = 48.22%
BLUE value IS 100 (39.45% from 255) = 39.53%
R=12.25%
G=48.22%
B=39.53%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal311221000.7500.180.52165.4959.4830
Hex1F7A644B01234a53b1e
Octal37172144113022642457336
Binary111111111010110010010010110100101101001010010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F7A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,122,100); }

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

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

 a { background-color: rgb(31,122,100); }

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

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

 span { border-color: rgb(31,122,100); }

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