Html Css Color HEX #7BAEAF Neptune

📋 copy color: '#7BAEAF'

red 123 ◦ green 174 ◦ blue 175

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

Shades of Neptune #7BAEAF

Tints of Neptune #7BAEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.08%

R = 26.06%
G = 36.86%
B = 37.08%

CMYK

 C value IS 0.30

 M value IS 0.01

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7BAEAF (or 0x7BAEAF) is known color: Neptune. HEX triplet: 7B, AE and AF. RGB value is (123,174,175). Sum of RGB (Red+Green+Blue) = 123+174+175=472 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.06% from 472); Green value is 174 (68.36% from 255 or 36.86% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 175 - color contains mainly: blue. Hex color #7BAEAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAEAF is #845150. Grayscale: #9E9E9E. Windows color (decimal): -8671569 or 11513467. OLE color: 11513467.

HSL color Cylindrical-coordinate representation of color #7BAEAF: hue angle of 181.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7BAEAF is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 123 174 175 -
CMYK 0.30 0.01 0 0.31
HSL 181.15º 0.25% 0.58% -
HSV(B) 181.15º 0.3% 0.69% -
XYZ 31.04 37.58 46.17 -
YUV 158.87 137.1 102.42 -
System Red Green Blue C M Y K H S L
Decimal 123 174 175 0.30 0.01 0 0.31 181.15 0.25 0.58
Hex 7B AE AF 1E 1 0 1F B5 19 3A
Octal 173 256 257 36 1 0 37 265 31 72
Binary 1111011 10101110 10101111 11110 1 0 11111 10110101 11001 111010

Color Harmonies of #7BAEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAEAF

Black with #7BAEAF

Text Example


Text Example

White with #7BAEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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