Html Css Color HEX #7CB5AD Gulf Stream

📋 copy color: '#7CB5AD'

red 124 ◦ green 181 ◦ blue 173

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

Shades of Gulf Stream #7CB5AD

Tints of Gulf Stream #7CB5AD

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.87%

 BLUE value IS 173 (67.97% from 255) = 36.19%

R = 25.94%
G = 37.87%
B = 36.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#7CB5AD (or 0x7CB5AD) is known color: Gulf Stream. HEX triplet: 7C, B5 and AD. RGB value is (124,181,173). Sum of RGB (Red+Green+Blue) = 124+181+173=478 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.94% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 181 - color contains mainly: green. Hex color #7CB5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB5AD is #834A52. Grayscale: #A3A3A3. Windows color (decimal): -8604243 or 11384188. OLE color: 11384188.

HSL color Cylindrical-coordinate representation of color #7CB5AD: hue angle of 171.58º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7CB5AD is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB 124 181 173 -
CMYK 0.31 0 0.04 0.29
HSL 171.58º 0.28% 0.6% -
HSV(B) 171.58º 0.31% 0.71% -
XYZ 32.38 40.35 45.62 -
YUV 163.05 133.62 100.15 -
System Red Green Blue C M Y K H S L
Decimal 124 181 173 0.31 0 0.04 0.29 171.58 0.28 0.6
Hex 7C B5 AD 1F 0 4 1D AC 1C 3C
Octal 174 265 255 37 0 4 35 254 34 74
Binary 1111100 10110101 10101101 11111 0 100 11101 10101100 11100 111100

Color Harmonies of #7CB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB5AD

Black with #7CB5AD

Text Example


Text Example

White with #7CB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,181,173); }

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

background-color css

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

 a { background-color: rgb(124,181,173); }

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

border-color css

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

 span { border-color: rgb(124,181,173); }

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