Html Css Color HEX #7CB7A6 Gulf Stream

📋 copy color: '#7CB7A6'

red 124 ◦ green 183 ◦ blue 166

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

Shades of Gulf Stream #7CB7A6

Tints of Gulf Stream #7CB7A6

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.69%

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 26.22%
G = 38.69%
B = 35.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.28

RGB Variations

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

Color information

#7CB7A6 (or 0x7CB7A6) is known color: Gulf Stream. HEX triplet: 7C, B7 and A6. RGB value is (124,183,166). Sum of RGB (Red+Green+Blue) = 124+183+166=473 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.22% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #7CB7A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CB7A6 is #834859. Grayscale: #A3A3A3. Windows color (decimal): -8603738 or 10925948. OLE color: 10925948.

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

Color convert

RGB 124 183 166 -
CMYK 0.32 0 0.09 0.28
HSL 162.71º 0.29% 0.6% -
HSV(B) 162.71º 0.32% 0.72% -
XYZ 32.13 40.91 42.28 -
YUV 163.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 124 183 166 0.32 0 0.09 0.28 162.71 0.29 0.6
Hex 7C B7 A6 20 0 9 1C A3 1D 3C
Octal 174 267 246 40 0 11 34 243 35 74
Binary 1111100 10110111 10100110 100000 0 1001 11100 10100011 11101 111100

Color Harmonies of #7CB7A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CB7A6

Black with #7CB7A6

Text Example


Text Example

White with #7CB7A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,183,166); }

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

background-color css

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

 a { background-color: rgb(124,183,166); }

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

border-color css

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

 span { border-color: rgb(124,183,166); }

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