Html Css Color HEX #7BAFA8 Gulf Stream

📋 copy color: '#7BAFA8'

red 123 ◦ green 175 ◦ blue 168

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

Shades of Gulf Stream #7BAFA8

Tints of Gulf Stream #7BAFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.05%

R = 26.39%
G = 37.55%
B = 36.05%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#7BAFA8 (or 0x7BAFA8) is known color: Gulf Stream. HEX triplet: 7B, AF and A8. RGB value is (123,175,168). Sum of RGB (Red+Green+Blue) = 123+175+168=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAFA8 is #845057. Grayscale: #9E9E9E. Windows color (decimal): -8671320 or 11054971. OLE color: 11054971.

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

Color convert

RGB 123 175 168 -
CMYK 0.30 0 0.04 0.31
HSL 171.92º 0.25% 0.58% -
HSV(B) 171.92º 0.3% 0.69% -
XYZ 30.57 37.7 42.71 -
YUV 158.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 123 175 168 0.30 0 0.04 0.31 171.92 0.25 0.58
Hex 7B AF A8 1E 0 4 1F AC 19 3A
Octal 173 257 250 36 0 4 37 254 31 72
Binary 1111011 10101111 10101000 11110 0 100 11111 10101100 11001 111010

Color Harmonies of #7BAFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAFA8

Black with #7BAFA8

Text Example


Text Example

White with #7BAFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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