Html Css Color HEX #7BAFAB Gulf Stream

📋 copy color: '#7BAFAB'

red 123 ◦ green 175 ◦ blue 171

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

Shades of Gulf Stream #7BAFAB

Tints of Gulf Stream #7BAFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.46%

R = 26.23%
G = 37.31%
B = 36.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#7BAFAB (or 0x7BAFAB) is known color: Gulf Stream. HEX triplet: 7B, AF and AB. RGB value is (123,175,171). Sum of RGB (Red+Green+Blue) = 123+175+171=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAFAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAFAB is #845054. Grayscale: #9E9E9E. Windows color (decimal): -8671317 or 11251579. OLE color: 11251579.

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

Color convert

RGB 123 175 171 -
CMYK 0.30 0 0.02 0.31
HSL 175.38º 0.25% 0.58% -
HSV(B) 175.38º 0.3% 0.69% -
XYZ 30.85 37.81 44.2 -
YUV 159 134.77 102.33 -
System Red Green Blue C M Y K H S L
Decimal 123 175 171 0.30 0 0.02 0.31 175.38 0.25 0.58
Hex 7B AF AB 1E 0 2 1F AF 19 3A
Octal 173 257 253 36 0 2 37 257 31 72
Binary 1111011 10101111 10101011 11110 0 10 11111 10101111 11001 111010

Color Harmonies of #7BAFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAFAB

Black with #7BAFAB

Text Example


Text Example

White with #7BAFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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