Html Css Color HEX #7BA19F Neptune

📋 copy color: '#7BA19F'

red 123 ◦ green 161 ◦ blue 159

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

Shades of Neptune #7BA19F

Tints of Neptune #7BA19F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.34%

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 27.77%
G = 36.34%
B = 35.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.01

 K value IS 0.37

RGB Variations

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

Color information

#7BA19F (or 0x7BA19F) is known color: Neptune. HEX triplet: 7B, A1 and 9F. RGB value is (123,161,159). Sum of RGB (Red+Green+Blue) = 123+161+159=443 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.77% from 443); Green value is 161 (63.28% from 255 or 36.34% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA19F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA19F is #845E60. Grayscale: #959595. Windows color (decimal): -8674913 or 10461563. OLE color: 10461563.

HSL color Cylindrical-coordinate representation of color #7BA19F: hue angle of 176.84º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7BA19F is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.37.

Color convert

RGB 123 161 159 -
CMYK 0.24 0 0.01 0.37
HSL 176.84º 0.17% 0.56% -
HSV(B) 176.84º 0.24% 0.63% -
XYZ 27.17 32.2 37.58 -
YUV 149.41 133.41 109.16 -
System Red Green Blue C M Y K H S L
Decimal 123 161 159 0.24 0 0.01 0.37 176.84 0.17 0.56
Hex 7B A1 9F 18 0 1 25 B1 11 38
Octal 173 241 237 30 0 1 45 261 21 70
Binary 1111011 10100001 10011111 11000 0 1 100101 10110001 10001 111000

Color Harmonies of #7BA19F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA19F

Black with #7BA19F

Text Example


Text Example

White with #7BA19F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,161,159); }

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

background-color css

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

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

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

border-color css

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

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

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