#719EAB

Color #719EAB Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #719EAB

Tints of Neptune #719EAB

Color information

#719EAB (or 0x719EAB) is unknown color: approx Neptune. HEX triplet: 71, 9E and AB. RGB value is (113,158,171). Sum of RGB (Red+Green+Blue) = 113+158+171=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 158 (62.11% from 255 or 35.75% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #719EAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719EAB is #8E6154. Grayscale: #919191. Windows color (decimal): -9331029 or 11247217. OLE color: 11247217.

HSL color Cylindrical-coordinate representation of color #719EAB: hue angle of 193.45º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #719EAB is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113158171-
CMYK0.340.0800.33
HSL193.45º25.66%55.69%-
HSV(B)193.45º33.92%67.06%-
XYZ26.3930.943.1-
YUV146.03142.09104.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.57%
GREEN value IS 158 (62.11% from 255) = 35.75%
BLUE value IS 171 (67.19% from 255) = 38.69%
R=25.57%
G=35.75%
B=38.69%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131581710.340.0800.33193.4525.6655.69
Hex719EAB228021c11a38
Octal16123625342100413013270
Binary11100011001111010101011100010100001000011100000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719EAB; }

 p { color: rgb(113,158,171); }

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

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

 a { background-color: rgb(113,158,171); }

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

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

 span { border-color: rgb(113,158,171); }

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