#128466

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

Shades of Deep Sea #128466

Tints of Deep Sea #128466

Color information

#128466 (or 0x128466) is unknown color: approx Deep Sea. HEX triplet: 12, 84 and 66. RGB value is (18,132,102). Sum of RGB (Red+Green+Blue) = 18+132+102=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 132 (51.95% from 255 or 52.38% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 132 - color contains mainly: green. Hex color #128466 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128466 is #ED7B99. Grayscale: #5E5E5E. Windows color (decimal): -15563674 or 6718482. OLE color: 6718482.

HSL color Cylindrical-coordinate representation of color #128466: hue angle of 164.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128466 is Cyan = 0.86, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB18132102-
CMYK0.8600.230.48
HSL164.21º76%29.41%-
HSV(B)164.21º86.36%51.76%-
XYZ10.917.5915.39-
YUV94.49132.2373.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.14%
GREEN value IS 132 (51.95% from 255) = 52.38%
BLUE value IS 102 (40.23% from 255) = 40.48%
R=7.14%
G=52.38%
B=40.48%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal181321020.8600.230.48164.217629.41
Hex1284665601730a44c1d
Octal222041461260276024411435
Binary10010100001001100110101011001011111000010100100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128466; }

 p { color: rgb(18,132,102); }

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

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

 a { background-color: rgb(18,132,102); }

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

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

 span { border-color: rgb(18,132,102); }

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