Html Css Color HEX #7BAEAD Neptune

📋 copy color: '#7BAEAD'

red 123 ◦ green 174 ◦ blue 173

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

Shades of Neptune #7BAEAD

Tints of Neptune #7BAEAD

RGB

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

 GREEN value IS 174 (68.36% from 255) = 37.02%

 BLUE value IS 173 (67.97% from 255) = 36.81%

R = 26.17%
G = 37.02%
B = 36.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#7BAEAD (or 0x7BAEAD) is known color: Neptune. HEX triplet: 7B, AE and AD. RGB value is (123,174,173). Sum of RGB (Red+Green+Blue) = 123+174+173=470 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.17% from 470); Green value is 174 (68.36% from 255 or 37.02% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 174 - color contains mainly: green. Hex color #7BAEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAEAD is #845152. Grayscale: #9E9E9E. Windows color (decimal): -8671571 or 11382395. OLE color: 11382395.

HSL color Cylindrical-coordinate representation of color #7BAEAD: hue angle of 178.82º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7BAEAD is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 123 174 173 -
CMYK 0.29 0 0.01 0.32
HSL 178.82º 0.24% 0.58% -
HSV(B) 178.82º 0.29% 0.68% -
XYZ 30.85 37.5 45.15 -
YUV 158.64 136.1 102.58 -
System Red Green Blue C M Y K H S L
Decimal 123 174 173 0.29 0 0.01 0.32 178.82 0.24 0.58
Hex 7B AE AD 1D 0 1 20 B3 18 3A
Octal 173 256 255 35 0 1 40 263 30 72
Binary 1111011 10101110 10101101 11101 0 1 100000 10110011 11000 111010

Color Harmonies of #7BAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEAD

Black with #7BAEAD

Text Example


Text Example

White with #7BAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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