#1E7868

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

Shades of Deep Sea #1E7868

Tints of Deep Sea #1E7868

Color information

#1E7868 (or 0x1E7868) is unknown color: approx Deep Sea. HEX triplet: 1E, 78 and 68. RGB value is (30,120,104). Sum of RGB (Red+Green+Blue) = 30+120+104=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 120 (47.27% from 255 or 47.24% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 120 - color contains mainly: green. Hex color #1E7868 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E7868 is #E18797. Grayscale: #5B5B5B. Windows color (decimal): -14780312 or 6846494. OLE color: 6846494.

HSL color Cylindrical-coordinate representation of color #1E7868: hue angle of 169.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E7868 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB30120104-
CMYK0.7500.130.53
HSL169.33º60%29.41%-
HSV(B)169.33º75%47.06%-
XYZ9.7514.7115.42-
YUV91.27135.1884.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.81%
GREEN value IS 120 (47.27% from 255) = 47.24%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=11.81%
G=47.24%
B=40.94%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal301201040.7500.130.53169.336029.41
Hex1E78684B0D35a93c1d
Octal36170150113015652517435
Binary11110111100011010001001011011011101011010100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E7868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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