Html Css Color HEX #70AE90 Acapulco

📋 copy color: '#70AE90'

red 112 ◦ green 174 ◦ blue 144

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

Shades of Acapulco #70AE90

Tints of Acapulco #70AE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.49%

R = 26.05%
G = 40.47%
B = 33.49%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#70AE90 (or 0x70AE90) is known color: Acapulco. HEX triplet: 70, AE and 90. RGB value is (112,174,144). Sum of RGB (Red+Green+Blue) = 112+174+144=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 174 (68.36% from 255 or 40.47% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AE90 is #8F516F. Grayscale: #989898. Windows color (decimal): -9392496 or 9481840. OLE color: 9481840.

HSL color Cylindrical-coordinate representation of color #70AE90: hue angle of 150.97º 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 #70AE90 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 174 144 -
CMYK 0.36 0 0.17 0.32
HSL 150.97º 0.28% 0.56% -
HSV(B) 150.97º 0.36% 0.68% -
XYZ 26.85 35.73 31.87 -
YUV 152.04 123.46 99.44 -
System Red Green Blue C M Y K H S L
Decimal 112 174 144 0.36 0 0.17 0.32 150.97 0.28 0.56
Hex 70 AE 90 24 0 11 20 97 1C 38
Octal 160 256 220 44 0 21 40 227 34 70
Binary 1110000 10101110 10010000 100100 0 10001 100000 10010111 11100 111000

Color Harmonies of #70AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AE90

Black with #70AE90

Text Example


Text Example

White with #70AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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