#1E725C

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

Shades of Deep Sea #1E725C

Tints of Deep Sea #1E725C

Color information

#1E725C (or 0x1E725C) is unknown color: approx Deep Sea. HEX triplet: 1E, 72 and 5C. RGB value is (30,114,92). Sum of RGB (Red+Green+Blue) = 30+114+92=236 (31% of max value = 765). Red value is 30 (12.11% from 255 or 12.71% from 236); Green value is 114 (44.92% from 255 or 48.31% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 114 - color contains mainly: green. Hex color #1E725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E725C is #E18DA3. Grayscale: #565656. Windows color (decimal): -14781860 or 6058526. OLE color: 6058526.

HSL color Cylindrical-coordinate representation of color #1E725C: hue angle of 164.29º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E725C is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB3011492-
CMYK0.7400.190.55
HSL164.29º58.33%28.24%-
HSV(B)164.29º73.68%44.71%-
XYZ8.4813.0812.2-
YUV86.38131.1787.79-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.71%
GREEN value IS 114 (44.92% from 255) = 48.31%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=12.71%
G=48.31%
B=38.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30114920.7400.190.55164.2958.3328.24
Hex1E725C4A01337a43a1c
Octal36162134112023672447234
Binary111101110010101110010010100100111101111010010011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E725C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,114,92); }

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

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

 a { background-color: rgb(30,114,92); }

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

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

 span { border-color: rgb(30,114,92); }

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