#7CAEAA

Color #7CAEAA Gulf Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gulf Stream #7CAEAA

Tints of Gulf Stream #7CAEAA

Color information

#7CAEAA (or 0x7CAEAA) is unknown color: approx Gulf Stream. HEX triplet: 7C, AE and AA. RGB value is (124,174,170). Sum of RGB (Red+Green+Blue) = 124+174+170=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 174 (68.36% from 255 or 37.18% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 174 - color contains mainly: green. Hex color #7CAEAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7CAEAA is #835155. Grayscale: #9E9E9E. Windows color (decimal): -8606038 or 11185788. OLE color: 11185788.

HSL color Cylindrical-coordinate representation of color #7CAEAA: hue angle of 175.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7CAEAA is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB124174170-
CMYK0.2900.020.32
HSL175.2º23.58%58.43%-
HSV(B)175.2º28.74%68.24%-
XYZ30.737.4643.64-
YUV158.59134.44103.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.50%
GREEN value IS 174 (68.36% from 255) = 37.18%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=26.50%
G=37.18%
B=36.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241741700.2900.020.32175.223.5858.43
Hex7CAEAA1D0220af183a
Octal1742562523502402573072
Binary11111001010111010101010111010101000001010111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,174,170); }

 H1.HeaderClassName
 {
   color: #7CAEAA;
 }
 .AnyTagClassName
 {
   color: #7CAEAA;
 }
</style>
background-color css

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

 a { background-color: rgb(124,174,170); }

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

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

 span { border-color: rgb(124,174,170); }

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