#128067

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

Shades of Deep Sea #128067

Tints of Deep Sea #128067

Color information

#128067 (or 0x128067) is unknown color: approx Deep Sea. HEX triplet: 12, 80 and 67. RGB value is (18,128,103). Sum of RGB (Red+Green+Blue) = 18+128+103=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 128 (50.39% from 255 or 51.41% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 128 - color contains mainly: green. Hex color #128067 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128067 is #ED7F98. Grayscale: #5C5C5C. Windows color (decimal): -15564697 or 6782994. OLE color: 6782994.

HSL color Cylindrical-coordinate representation of color #128067: hue angle of 166.36º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128067 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB18128103-
CMYK0.8600.200.50
HSL166.36º75.34%28.63%-
HSV(B)166.36º85.94%50.2%-
XYZ10.4216.5515.48-
YUV92.26134.0675.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.23%
GREEN value IS 128 (50.39% from 255) = 51.41%
BLUE value IS 103 (40.62% from 255) = 41.37%
R=7.23%
G=51.41%
B=41.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal181281030.8600.200.50166.3675.3428.63
Hex1280675601432a64b1d
Octal222001471260246224611335
Binary10010100000001100111101011001010011001010100110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128067; }

 p { color: rgb(18,128,103); }

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

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

 a { background-color: rgb(18,128,103); }

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

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

 span { border-color: rgb(18,128,103); }

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