Html Css Color HEX #7BABAE Neptune

📋 copy color: '#7BABAE'

red 123 ◦ green 171 ◦ blue 174

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

Shades of Neptune #7BABAE

Tints of Neptune #7BABAE

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.54%

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

R = 26.28%
G = 36.54%
B = 37.18%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7BABAE (or 0x7BABAE) is known color: Neptune. HEX triplet: 7B, AB and AE. RGB value is (123,171,174). Sum of RGB (Red+Green+Blue) = 123+171+174=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 174 (68.36% from 255 or 37.18% from 468); Max value from RGB is 174 - color contains mainly: blue. Hex color #7BABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BABAE is #845451. Grayscale: #9C9C9C. Windows color (decimal): -8672338 or 11447163. OLE color: 11447163.

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

Color convert

RGB 123 171 174 -
CMYK 0.29 0.02 0 0.32
HSL 183.53º 0.24% 0.58% -
HSV(B) 183.53º 0.29% 0.68% -
XYZ 30.37 36.39 45.47 -
YUV 156.99 137.6 103.76 -
System Red Green Blue C M Y K H S L
Decimal 123 171 174 0.29 0.02 0 0.32 183.53 0.24 0.58
Hex 7B AB AE 1D 2 0 20 B8 18 3A
Octal 173 253 256 35 2 0 40 270 30 72
Binary 1111011 10101011 10101110 11101 10 0 100000 10111000 11000 111010

Color Harmonies of #7BABAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BABAE

Black with #7BABAE

Text Example


Text Example

White with #7BABAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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