Html Css Color HEX #7BAAAA Neptune

📋 copy color: '#7BAAAA'

red 123 ◦ green 170 ◦ blue 170

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

Shades of Neptune #7BAAAA

Tints of Neptune #7BAAAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.72%

R = 26.57%
G = 36.72%
B = 36.72%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7BAAAA (or 0x7BAAAA) is known color: Neptune. HEX triplet: 7B, AA and AA. RGB value is (123,170,170). Sum of RGB (Red+Green+Blue) = 123+170+170=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 170 (66.80% from 255 or 36.72% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #7BAAAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAAAA is #845555. Grayscale: #9B9B9B. Windows color (decimal): -8672598 or 11184763. OLE color: 11184763.

HSL color Cylindrical-coordinate representation of color #7BAAAA: hue angle of 180º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAAAA is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 170 170 -
CMYK 0.28 0 0 0.33
HSL 180º 0.22% 0.57% -
HSV(B) 180º 0.28% 0.67% -
XYZ 29.8 35.86 43.38 -
YUV 155.95 135.93 104.5 -
System Red Green Blue C M Y K H S L
Decimal 123 170 170 0.28 0 0 0.33 180 0.22 0.57
Hex 7B AA AA 1C 0 0 21 B4 16 39
Octal 173 252 252 34 0 0 41 264 26 71
Binary 1111011 10101010 10101010 11100 0 0 100001 10110100 10110 111001

Color Harmonies of #7BAAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAAAA

Black with #7BAAAA

Text Example


Text Example

White with #7BAAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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