#1E8068

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

Shades of Deep Sea #1E8068

Tints of Deep Sea #1E8068

Color information

#1E8068 (or 0x1E8068) is unknown color: approx Deep Sea. HEX triplet: 1E, 80 and 68. RGB value is (30,128,104). Sum of RGB (Red+Green+Blue) = 30+128+104=262 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.45% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 104 (41.02% from 255 or 39.69% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #1E8068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E8068 is #E17F97. Grayscale: #5F5F5F. Windows color (decimal): -14778264 or 6848542. OLE color: 6848542.

HSL color Cylindrical-coordinate representation of color #1E8068: hue angle of 165.31º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E8068 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.50.

Color convert

RGB30128104-
CMYK0.7700.190.50
HSL165.31º62.03%30.98%-
HSV(B)165.31º76.56%50.2%-
XYZ10.7516.7115.76-
YUV95.96132.5380.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.45%
GREEN value IS 128 (50.39% from 255) = 48.85%
BLUE value IS 104 (41.02% from 255) = 39.69%
R=11.45%
G=48.85%
B=39.69%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal301281040.7700.190.50165.3162.0330.98
Hex1E80684D01332a53e1f
Octal36200150115023622457637
Binary1111010000000110100010011010100111100101010010111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,128,104); }

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

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

 a { background-color: rgb(30,128,104); }

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

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

 span { border-color: rgb(30,128,104); }

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