Html Css Color HEX #7CB1AA Gulf Stream

📋 copy color: '#7CB1AA'

red 124 ◦ green 177 ◦ blue 170

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

Shades of Gulf Stream #7CB1AA

Tints of Gulf Stream #7CB1AA

RGB

 RED value IS 124 (48.83% from 255) = 26.33%

 GREEN value IS 177 (69.53% from 255) = 37.58%

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 26.33%
G = 37.58%
B = 36.09%

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

#7CB1AA (or 0x7CB1AA) is known color: Gulf Stream. HEX triplet: 7C, B1 and AA. RGB value is (124,177,170). Sum of RGB (Red+Green+Blue) = 124+177+170=471 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.33% from 471); Green value is 177 (69.53% from 255 or 37.58% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 177 - color contains mainly: green. Hex color #7CB1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CB1AA is #834E55. Grayscale: #A0A0A0. Windows color (decimal): -8605270 or 11186556. OLE color: 11186556.

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

Color convert

RGB 124 177 170 -
CMYK 0.30 0 0.04 0.31
HSL 172.08º 0.25% 0.59% -
HSV(B) 172.08º 0.3% 0.69% -
XYZ 31.29 38.63 43.84 -
YUV 160.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 124 177 170 0.30 0 0.04 0.31 172.08 0.25 0.59
Hex 7C B1 AA 1E 0 4 1F AC 19 3B
Octal 174 261 252 36 0 4 37 254 31 73
Binary 1111100 10110001 10101010 11110 0 100 11111 10101100 11001 111011

Color Harmonies of #7CB1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB1AA

Black with #7CB1AA

Text Example


Text Example

White with #7CB1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,177,170); }

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

background-color css

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

 a { background-color: rgb(124,177,170); }

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

border-color css

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

 span { border-color: rgb(124,177,170); }

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