Html Css Color HEX #719DAB Neptune

📋 copy color: '#719DAB'

red 113 ◦ green 157 ◦ blue 171

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

Shades of Neptune #719DAB

Tints of Neptune #719DAB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.6%

 BLUE value IS 171 (67.19% from 255) = 38.78%

R = 25.62%
G = 35.6%
B = 38.78%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#719DAB (or 0x719DAB) is known color: Neptune. HEX triplet: 71, 9D and AB. RGB value is (113,157,171). Sum of RGB (Red+Green+Blue) = 113+157+171=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 171 - color contains mainly: blue. Hex color #719DAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719DAB is #8E6254. Grayscale: #919191. Windows color (decimal): -9331285 or 11246961. OLE color: 11246961.

HSL color Cylindrical-coordinate representation of color #719DAB: hue angle of 194.48º 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 #719DAB is Cyan = 0.34, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 157 171 -
CMYK 0.34 0.08 0 0.33
HSL 194.48º 0.26% 0.56% -
HSV(B) 194.48º 0.34% 0.67% -
XYZ 26.22 30.56 43.05 -
YUV 145.44 142.42 104.86 -
System Red Green Blue C M Y K H S L
Decimal 113 157 171 0.34 0.08 0 0.33 194.48 0.26 0.56
Hex 71 9D AB 22 8 0 21 C2 1A 38
Octal 161 235 253 42 10 0 41 302 32 70
Binary 1110001 10011101 10101011 100010 1000 0 100001 11000010 11010 111000

Color Harmonies of #719DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719DAB

Black with #719DAB

Text Example


Text Example

White with #719DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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