Html Css Color HEX #7BB0AE Neptune

📋 copy color: '#7BB0AE'

red 123 ◦ green 176 ◦ blue 174

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

Shades of Neptune #7BB0AE

Tints of Neptune #7BB0AE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.21%

 BLUE value IS 174 (68.36% from 255) = 36.79%

R = 26%
G = 37.21%
B = 36.79%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#7BB0AE (or 0x7BB0AE) is known color: Neptune. HEX triplet: 7B, B0 and AE. RGB value is (123,176,174). Sum of RGB (Red+Green+Blue) = 123+176+174=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #7BB0AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BB0AE is #844F51. Grayscale: #9F9F9F. Windows color (decimal): -8671058 or 11448443. OLE color: 11448443.

HSL color Cylindrical-coordinate representation of color #7BB0AE: hue angle of 177.74º 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 #7BB0AE is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 176 174 -
CMYK 0.30 0 0.01 0.31
HSL 177.74º 0.25% 0.59% -
HSV(B) 177.74º 0.3% 0.69% -
XYZ 31.33 38.32 45.79 -
YUV 159.93 135.94 101.66 -
System Red Green Blue C M Y K H S L
Decimal 123 176 174 0.30 0 0.01 0.31 177.74 0.25 0.59
Hex 7B B0 AE 1E 0 1 1F B2 19 3B
Octal 173 260 256 36 0 1 37 262 31 73
Binary 1111011 10110000 10101110 11110 0 1 11111 10110010 11001 111011

Color Harmonies of #7BB0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BB0AE

Black with #7BB0AE

Text Example


Text Example

White with #7BB0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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