#70AFA2

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

Shades of Gulf Stream #70AFA2

Tints of Gulf Stream #70AFA2

Color information

#70AFA2 (or 0x70AFA2) is unknown color: approx Gulf Stream. HEX triplet: 70, AF and A2. RGB value is (112,175,162). Sum of RGB (Red+Green+Blue) = 112+175+162=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 175 - color contains mainly: green. Hex color #70AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AFA2 is #8F505D. Grayscale: #9A9A9A. Windows color (decimal): -9392222 or 10661744. OLE color: 10661744.

HSL color Cylindrical-coordinate representation of color #70AFA2: hue angle of 167.62º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AFA2 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB112175162-
CMYK0.3600.070.31
HSL167.62º28.25%56.27%-
HSV(B)167.62º36%68.63%-
XYZ28.5336.7139.76-
YUV154.68132.1397.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 175 (68.75% from 255) = 38.98%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=24.94%
G=38.98%
B=36.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751620.3600.070.31167.6228.2556.27
Hex70AFA224071Fa81c38
Octal1602572424407372503470
Binary111000010101111101000101001000111111111010100011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70AFA2; }

 p { color: rgb(112,175,162); }

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

<style>
 a { background-color: #70AFA2; }

 a { background-color: rgb(112,175,162); }

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

<style>
 span { border-color: #70AFA2; }

 span { border-color: rgb(112,175,162); }

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