Html Css Color HEX #70ABA8 Tradewind

📋 copy color: '#70ABA8'

red 112 ◦ green 171 ◦ blue 168

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

Shades of Tradewind #70ABA8

Tints of Tradewind #70ABA8

RGB

 RED value IS 112 (44.14% from 255) = 24.83%

 GREEN value IS 171 (67.19% from 255) = 37.92%

 BLUE value IS 168 (66.02% from 255) = 37.25%

R = 24.83%
G = 37.92%
B = 37.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#70ABA8 (or 0x70ABA8) is known color: Tradewind. HEX triplet: 70, AB and A8. RGB value is (112,171,168). Sum of RGB (Red+Green+Blue) = 112+171+168=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 171 (67.19% from 255 or 37.92% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 171 - color contains mainly: green. Hex color #70ABA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70ABA8 is #8F5457. Grayscale: #989898. Windows color (decimal): -9393240 or 11053936. OLE color: 11053936.

HSL color Cylindrical-coordinate representation of color #70ABA8: hue angle of 176.95º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70ABA8 is Cyan = 0.35, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 171 168 -
CMYK 0.35 0 0.02 0.33
HSL 176.95º 0.26% 0.55% -
HSV(B) 176.95º 0.35% 0.67% -
XYZ 28.31 35.4 42.39 -
YUV 153.02 136.45 98.74 -
System Red Green Blue C M Y K H S L
Decimal 112 171 168 0.35 0 0.02 0.33 176.95 0.26 0.55
Hex 70 AB A8 23 0 2 21 B1 1A 37
Octal 160 253 250 43 0 2 41 261 32 67
Binary 1110000 10101011 10101000 100011 0 10 100001 10110001 11010 110111

Color Harmonies of #70ABA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70ABA8

Black with #70ABA8

Text Example


Text Example

White with #70ABA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,171,168); }

 H1.HeaderClassName
 {
   color: #70ABA8;
 }
 .AnyTagClassName
 {
   color: #70ABA8;
 }
</style>

background-color css

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

 a { background-color: rgb(112,171,168); }

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

border-color css

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

 span { border-color: rgb(112,171,168); }

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