#128761

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

Shades of Deep Sea #128761

Tints of Deep Sea #128761

Color information

#128761 (or 0x128761) is unknown color: approx Deep Sea. HEX triplet: 12, 87 and 61. RGB value is (18,135,97). Sum of RGB (Red+Green+Blue) = 18+135+97=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 135 (53.12% from 255 or 54% from 250); Blue value is 97 (38.28% from 255 or 38.8% from 250); Max value from RGB is 135 - color contains mainly: green. Hex color #128761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128761 is #ED789E. Grayscale: #5F5F5F. Windows color (decimal): -15562911 or 6391570. OLE color: 6391570.

HSL color Cylindrical-coordinate representation of color #128761: hue angle of 160.51º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128761 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1813597-
CMYK0.8700.280.47
HSL160.51º76.47%30%-
HSV(B)160.51º86.67%52.94%-
XYZ11.0718.3214.26-
YUV95.68128.7472.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.2%
GREEN value IS 135 (53.12% from 255) = 54%
BLUE value IS 97 (38.28% from 255) = 38.8%
R=7.2%
G=54%
B=38.8%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135970.8700.280.47160.5176.4730
Hex1287615701C2Fa14c1e
Octal222071411270345724111436
Binary10010100001111100001101011101110010111110100001100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #128761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #128761; }

 p { color: rgb(18,135,97); }

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

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

 a { background-color: rgb(18,135,97); }

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

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

 span { border-color: rgb(18,135,97); }

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