#70B4B2

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

Shades of Tradewind #70B4B2

Tints of Tradewind #70B4B2

Color information

#70B4B2 (or 0x70B4B2) is unknown color: approx Tradewind. HEX triplet: 70, B4 and B2. RGB value is (112,180,178). Sum of RGB (Red+Green+Blue) = 112+180+178=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 180 (70.70% from 255 or 38.30% from 470); Blue value is 178 (69.92% from 255 or 37.87% from 470); Max value from RGB is 180 - color contains mainly: green. Hex color #70B4B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B4B2 is #8F4B4D. Grayscale: #9F9F9F. Windows color (decimal): -9390926 or 11711600. OLE color: 11711600.

HSL color Cylindrical-coordinate representation of color #70B4B2: hue angle of 178.24º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B4B2 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.29.

Color convert

RGB112180178-
CMYK0.3800.010.29
HSL178.24º31.19%57.25%-
HSV(B)178.24º37.78%70.59%-
XYZ31.0439.348.07-
YUV159.44138.4794.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.83%
GREEN value IS 180 (70.70% from 255) = 38.30%
BLUE value IS 178 (69.92% from 255) = 37.87%
R=23.83%
G=38.30%
B=37.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121801780.3800.010.29178.2431.1957.25
Hex70B4B226011Db21f39
Octal1602642624601352623771
Binary1110000101101001011001010011001111011011001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B4B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,180,178); }

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

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

 a { background-color: rgb(112,180,178); }

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

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

 span { border-color: rgb(112,180,178); }

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