Html Css Color HEX #70AEA1 Gulf Stream

📋 copy color: '#70AEA1'

red 112 ◦ green 174 ◦ blue 161

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

Shades of Gulf Stream #70AEA1

Tints of Gulf Stream #70AEA1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.93%

 BLUE value IS 161 (63.28% from 255) = 36.02%

R = 25.06%
G = 38.93%
B = 36.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.32

RGB Variations

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

Color information

#70AEA1 (or 0x70AEA1) is known color: Gulf Stream. HEX triplet: 70, AE and A1. RGB value is (112,174,161). Sum of RGB (Red+Green+Blue) = 112+174+161=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 174 - color contains mainly: green. Hex color #70AEA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AEA1 is #8F515E. Grayscale: #999999. Windows color (decimal): -9392479 or 10595952. OLE color: 10595952.

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

Color convert

RGB 112 174 161 -
CMYK 0.36 0 0.07 0.32
HSL 167.42º 0.28% 0.56% -
HSV(B) 167.42º 0.36% 0.68% -
XYZ 28.25 36.29 39.23 -
YUV 153.98 131.96 98.06 -
System Red Green Blue C M Y K H S L
Decimal 112 174 161 0.36 0 0.07 0.32 167.42 0.28 0.56
Hex 70 AE A1 24 0 7 20 A7 1C 38
Octal 160 256 241 44 0 7 40 247 34 70
Binary 1110000 10101110 10100001 100100 0 111 100000 10100111 11100 111000

Color Harmonies of #70AEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AEA1

Black with #70AEA1

Text Example


Text Example

White with #70AEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,174,161); }

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

background-color css

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

 a { background-color: rgb(112,174,161); }

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

border-color css

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

 span { border-color: rgb(112,174,161); }

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