Html Css Color HEX #7BAAB0 Neptune

📋 copy color: '#7BAAB0'

red 123 ◦ green 170 ◦ blue 176

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

Shades of Neptune #7BAAB0

Tints of Neptune #7BAAB0

RGB

 RED value IS 123 (48.44% from 255) = 26.23%

 GREEN value IS 170 (66.8% from 255) = 36.25%

 BLUE value IS 176 (69.14% from 255) = 37.53%

R = 26.23%
G = 36.25%
B = 37.53%

CMYK

 C value IS 0.30

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7BAAB0 (or 0x7BAAB0) is known color: Neptune. HEX triplet: 7B, AA and B0. RGB value is (123,170,176). Sum of RGB (Red+Green+Blue) = 123+170+176=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 170 (66.80% from 255 or 36.25% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 176 - color contains mainly: blue. Hex color #7BAAB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAAB0 is #84554F. Grayscale: #9C9C9C. Windows color (decimal): -8672592 or 11577979. OLE color: 11577979.

HSL color Cylindrical-coordinate representation of color #7BAAB0: hue angle of 186.79º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAAB0 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 170 176 -
CMYK 0.30 0.03 0 0.31
HSL 186.79º 0.25% 0.59% -
HSV(B) 186.79º 0.3% 0.69% -
XYZ 30.38 36.1 46.44 -
YUV 156.63 138.93 104.01 -
System Red Green Blue C M Y K H S L
Decimal 123 170 176 0.30 0.03 0 0.31 186.79 0.25 0.59
Hex 7B AA B0 1E 3 0 1F BB 19 3B
Octal 173 252 260 36 3 0 37 273 31 73
Binary 1111011 10101010 10110000 11110 11 0 11111 10111011 11001 111011

Color Harmonies of #7BAAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAAB0

Black with #7BAAB0

Text Example


Text Example

White with #7BAAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7BAAB0; }

 p { color: rgb(123,170,176); }

 H1.HeaderClassName
 {
   color: #7BAAB0;
 }
 .AnyTagClassName
 {
   color: #7BAAB0;
 }
</style>

background-color css

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

 a { background-color: rgb(123,170,176); }

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

border-color css

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

 span { border-color: rgb(123,170,176); }

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