#1B7062

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

Shades of Deep Sea #1B7062

Tints of Deep Sea #1B7062

Color information

#1B7062 (or 0x1B7062) is unknown color: approx Deep Sea. HEX triplet: 1B, 70 and 62. RGB value is (27,112,98). Sum of RGB (Red+Green+Blue) = 27+112+98=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #1B7062 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B7062 is #E48F9D. Grayscale: #545454. Windows color (decimal): -14978974 or 6451227. OLE color: 6451227.

HSL color Cylindrical-coordinate representation of color #1B7062: hue angle of 170.12º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B7062 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB2711298-
CMYK0.7600.130.56
HSL170.12º61.15%27.25%-
HSV(B)170.12º75.89%43.92%-
XYZ8.4512.713.56-
YUV84.99135.3486.64-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.39%
GREEN value IS 112 (44.14% from 255) = 47.26%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=11.39%
G=47.26%
B=41.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27112980.7600.130.56170.1261.1527.25
Hex1B70624C0D38aa3d1b
Octal33160142114015702527533
Binary11011111000011000101001100011011110001010101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B7062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,112,98); }

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

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

 a { background-color: rgb(27,112,98); }

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

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

 span { border-color: rgb(27,112,98); }

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