#7aada4

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

Shades of Gulf Stream #7AADA4

Tints of Gulf Stream #7AADA4

Color information

#7AADA4 (or 0x7AADA4) is unknown color: approx Gulf Stream. HEX triplet: 7A, AD and A4. RGB value is (122,173,164). Sum of RGB (Red+Green+Blue) = 122+173+164=459 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.58% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 164 (64.45% from 255 or 35.73% from 459); Max value from RGB is 173 - color contains mainly: green. Hex color #7AADA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AADA4 is #85525B. Grayscale: #9C9C9C. Windows color (decimal): -8737372 or 10792314. OLE color: 10792314.

HSL color Cylindrical-coordinate representation of color #7AADA4: hue angle of 169.41º 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 #7AADA4 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.32.

Color convert

RGB122173164-
CMYK0.2900.050.32
HSL169.41º23.72%57.84%-
HSV(B)169.41º29.48%67.84%-
XYZ29.6736.7140.64-
YUV156.72132.1103.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.58%
GREEN value IS 173 (67.97% from 255) = 37.69%
BLUE value IS 164 (64.45% from 255) = 35.73%
R=26.58%
G=37.69%
B=35.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1221731640.2900.050.32169.4123.7257.84
Hex7AADA41D0520a9183a
Octal1722552443505402513072
Binary111101010101101101001001110101011000001010100111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7aada4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,173,164); }

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

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

 a { background-color: rgb(122,173,164); }

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

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

 span { border-color: rgb(122,173,164); }

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