Html Css Color HEX #7CBAA6 Gulf Stream

📋 copy color: '#7CBAA6'

red 124 ◦ green 186 ◦ blue 166

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

Shades of Gulf Stream #7CBAA6

Tints of Gulf Stream #7CBAA6

RGB

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

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

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

R = 26.05%
G = 39.08%
B = 34.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#7CBAA6 (or 0x7CBAA6) is known color: Gulf Stream. HEX triplet: 7C, BA and A6. RGB value is (124,186,166). Sum of RGB (Red+Green+Blue) = 124+186+166=476 (63% of max value = 765). Red value is 124 (48.83% from 255 or 26.05% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBAA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CBAA6 is #834559. Grayscale: #A5A5A5. Windows color (decimal): -8602970 or 10926716. OLE color: 10926716.

HSL color Cylindrical-coordinate representation of color #7CBAA6: hue angle of 160.65º 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 #7CBAA6 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 186 166 -
CMYK 0.33 0 0.11 0.27
HSL 160.65º 0.31% 0.61% -
HSV(B) 160.65º 0.33% 0.73% -
XYZ 32.75 42.16 42.49 -
YUV 165.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 124 186 166 0.33 0 0.11 0.27 160.65 0.31 0.61
Hex 7C BA A6 21 0 B 1B A1 1F 3D
Octal 174 272 246 41 0 13 33 241 37 75
Binary 1111100 10111010 10100110 100001 0 1011 11011 10100001 11111 111101

Color Harmonies of #7CBAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CBAA6

Black with #7CBAA6

Text Example


Text Example

White with #7CBAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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