Html Css Color HEX #7BAFAE Neptune

📋 copy color: '#7BAFAE'

red 123 ◦ green 175 ◦ blue 174

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

Shades of Neptune #7BAFAE

Tints of Neptune #7BAFAE

RGB

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

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

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

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

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

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

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

Color convert

RGB 123 175 174 -
CMYK 0.30 0 0.01 0.31
HSL 178.85º 0.25% 0.58% -
HSV(B) 178.85º 0.3% 0.69% -
XYZ 31.14 37.93 45.72 -
YUV 159.34 136.27 102.08 -
System Red Green Blue C M Y K H S L
Decimal 123 175 174 0.30 0 0.01 0.31 178.85 0.25 0.58
Hex 7B AF AE 1E 0 1 1F B3 19 3A
Octal 173 257 256 36 0 1 37 263 31 72
Binary 1111011 10101111 10101110 11110 0 1 11111 10110011 11001 111010

Color Harmonies of #7BAFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAFAE

Black with #7BAFAE

Text Example


Text Example

White with #7BAFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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