Html Css Color HEX #7CB6AD Gulf Stream

📋 copy color: '#7CB6AD'

red 124 ◦ green 182 ◦ blue 173

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

Shades of Gulf Stream #7CB6AD

Tints of Gulf Stream #7CB6AD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38%

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

R = 25.89%
G = 38%
B = 36.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#7CB6AD (or 0x7CB6AD) is known color: Gulf Stream. HEX triplet: 7C, B6 and AD. RGB value is (124,182,173). Sum of RGB (Red+Green+Blue) = 124+182+173=479 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.89% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 182 - color contains mainly: green. Hex color #7CB6AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB6AD is #834952. Grayscale: #A3A3A3. Windows color (decimal): -8603987 or 11384444. OLE color: 11384444.

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

Color convert

RGB 124 182 173 -
CMYK 0.32 0 0.05 0.29
HSL 170.69º 0.28% 0.6% -
HSV(B) 170.69º 0.32% 0.71% -
XYZ 32.58 40.76 45.68 -
YUV 163.63 133.28 99.73 -
System Red Green Blue C M Y K H S L
Decimal 124 182 173 0.32 0 0.05 0.29 170.69 0.28 0.6
Hex 7C B6 AD 20 0 5 1D AB 1C 3C
Octal 174 266 255 40 0 5 35 253 34 74
Binary 1111100 10110110 10101101 100000 0 101 11101 10101011 11100 111100

Color Harmonies of #7CB6AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB6AD

Black with #7CB6AD

Text Example


Text Example

White with #7CB6AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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