#128269

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

Shades of Deep Sea #128269

Tints of Deep Sea #128269

Color information

#128269 (or 0x128269) is unknown color: approx Deep Sea. HEX triplet: 12, 82 and 69. RGB value is (18,130,105). Sum of RGB (Red+Green+Blue) = 18+130+105=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 105 (41.41% from 255 or 41.50% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #128269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128269 is #ED7D96. Grayscale: #5D5D5D. Windows color (decimal): -15564183 or 6914578. OLE color: 6914578.

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

Color convert

RGB18130105-
CMYK0.8600.190.49
HSL166.61º75.68%29.02%-
HSV(B)166.61º86.15%50.98%-
XYZ10.7817.1116.1-
YUV93.66134.3974.03-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 130 (51.17% from 255) = 51.38%
BLUE value IS 105 (41.41% from 255) = 41.50%
R=7.11%
G=51.38%
B=41.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal181301050.8600.190.49166.6175.6829.02
Hex1282695601331a74c1d
Octal222021511260236124711435
Binary10010100000101101001101011001001111000110100111100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128269; }

 p { color: rgb(18,130,105); }

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

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

 a { background-color: rgb(18,130,105); }

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

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

 span { border-color: rgb(18,130,105); }

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