Html Css Color HEX #7CBAAB Gulf Stream

📋 copy color: '#7CBAAB'

red 124 ◦ green 186 ◦ blue 171

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

Shades of Gulf Stream #7CBAAB

Tints of Gulf Stream #7CBAAB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

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

R = 25.78%
G = 38.67%
B = 35.55%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#7CBAAB (or 0x7CBAAB) is known color: Gulf Stream. HEX triplet: 7C, BA and AB. RGB value is (124,186,171). Sum of RGB (Red+Green+Blue) = 124+186+171=481 (63% of max value = 765). Red value is 124 (48.83% from 255 or 25.78% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBAAB is #834554. Grayscale: #A5A5A5. Windows color (decimal): -8602965 or 11254396. OLE color: 11254396.

HSL color Cylindrical-coordinate representation of color #7CBAAB: hue angle of 165.48º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7CBAAB is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 171 -
CMYK 0.33 0 0.08 0.27
HSL 165.48º 0.31% 0.61% -
HSV(B) 165.48º 0.33% 0.73% -
XYZ 33.22 42.34 44.95 -
YUV 165.75 130.96 98.22 -
System Red Green Blue C M Y K H S L
Decimal 124 186 171 0.33 0 0.08 0.27 165.48 0.31 0.61
Hex 7C BA AB 21 0 8 1B A5 1F 3D
Octal 174 272 253 41 0 10 33 245 37 75
Binary 1111100 10111010 10101011 100001 0 1000 11011 10100101 11111 111101

Color Harmonies of #7CBAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBAAB

Black with #7CBAAB

Text Example


Text Example

White with #7CBAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,186,171); }

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

background-color css

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

 a { background-color: rgb(124,186,171); }

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

border-color css

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

 span { border-color: rgb(124,186,171); }

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