Html Css Color HEX #7BAFAF Neptune

📋 copy color: '#7BAFAF'

red 123 ◦ green 175 ◦ blue 175

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

Shades of Neptune #7BAFAF

Tints of Neptune #7BAFAF

RGB

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

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

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

R = 26%
G = 37%
B = 37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7BAFAF (or 0x7BAFAF) is known color: Neptune. HEX triplet: 7B, AF and AF. RGB value is (123,175,175). Sum of RGB (Red+Green+Blue) = 123+175+175=473 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.00% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #7BAFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAFAF is #845050. Grayscale: #9F9F9F. Windows color (decimal): -8671313 or 11513723. OLE color: 11513723.

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

Color convert

RGB 123 175 175 -
CMYK 0.30 0 0 0.31
HSL 180º 0.25% 0.58% -
HSV(B) 180º 0.3% 0.69% -
XYZ 31.24 37.97 46.24 -
YUV 159.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 123 175 175 0.30 0 0 0.31 180 0.25 0.58
Hex 7B AF AF 1E 0 0 1F B4 19 3A
Octal 173 257 257 36 0 0 37 264 31 72
Binary 1111011 10101111 10101111 11110 0 0 11111 10110100 11001 111010

Color Harmonies of #7BAFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAFAF

Black with #7BAFAF

Text Example


Text Example

White with #7BAFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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