Html Css Color HEX #7BACAE Neptune

📋 copy color: '#7BACAE'

red 123 ◦ green 172 ◦ blue 174

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

Shades of Neptune #7BACAE

Tints of Neptune #7BACAE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.67%

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

R = 26.23%
G = 36.67%
B = 37.1%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7BACAE (or 0x7BACAE) is known color: Neptune. HEX triplet: 7B, AC and AE. RGB value is (123,172,174). Sum of RGB (Red+Green+Blue) = 123+172+174=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 172 (67.58% from 255 or 36.67% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 174 - color contains mainly: blue. Hex color #7BACAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BACAE is #845351. Grayscale: #9D9D9D. Windows color (decimal): -8672082 or 11447419. OLE color: 11447419.

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

Color convert

RGB 123 172 174 -
CMYK 0.29 0.01 0 0.32
HSL 182.35º 0.24% 0.58% -
HSV(B) 182.35º 0.29% 0.68% -
XYZ 30.56 36.77 45.53 -
YUV 157.58 137.27 103.34 -
System Red Green Blue C M Y K H S L
Decimal 123 172 174 0.29 0.01 0 0.32 182.35 0.24 0.58
Hex 7B AC AE 1D 1 0 20 B6 18 3A
Octal 173 254 256 35 1 0 40 266 30 72
Binary 1111011 10101100 10101110 11101 1 0 100000 10110110 11000 111010

Color Harmonies of #7BACAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BACAE

Black with #7BACAE

Text Example


Text Example

White with #7BACAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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