Html Css Color HEX #719E9E Neptune

📋 copy color: '#719E9E'

red 113 ◦ green 158 ◦ blue 158

#719E9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #719E9E

Tints of Neptune #719E9E

RGB

 RED value IS 113 (44.53% from 255) = 26.34%

 GREEN value IS 158 (62.11% from 255) = 36.83%

 BLUE value IS 158 (62.11% from 255) = 36.83%

R = 26.34%
G = 36.83%
B = 36.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#719E9E (or 0x719E9E) is known color: Neptune. HEX triplet: 71, 9E and 9E. RGB value is (113,158,158). Sum of RGB (Red+Green+Blue) = 113+158+158=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: green, blue. Hex color #719E9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719E9E is #8E6161. Grayscale: #909090. Windows color (decimal): -9331042 or 10395249. OLE color: 10395249.

HSL color Cylindrical-coordinate representation of color #719E9E: hue angle of 180º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719E9E is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 158 158 -
CMYK 0.28 0 0 0.38
HSL 180º 0.19% 0.53% -
HSV(B) 180º 0.28% 0.62% -
XYZ 25.21 30.43 36.89 -
YUV 144.55 135.59 105.5 -
System Red Green Blue C M Y K H S L
Decimal 113 158 158 0.28 0 0 0.38 180 0.19 0.53
Hex 71 9E 9E 1C 0 0 26 B4 13 35
Octal 161 236 236 34 0 0 46 264 23 65
Binary 1110001 10011110 10011110 11100 0 0 100110 10110100 10011 110101

Color Harmonies of #719E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719E9E

Black with #719E9E

Text Example


Text Example

White with #719E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #719E9E;
 }
 .AnyTagClassName
 {
   color: #719E9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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