Html Css Color HEX #6AAA8A Acapulco

📋 copy color: '#6AAA8A'

red 106 ◦ green 170 ◦ blue 138

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

Shades of Acapulco #6AAA8A

Tints of Acapulco #6AAA8A

RGB

 RED value IS 106 (41.8% from 255) = 25.6%

 GREEN value IS 170 (66.8% from 255) = 41.06%

 BLUE value IS 138 (54.3% from 255) = 33.33%

R = 25.6%
G = 41.06%
B = 33.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#6AAA8A (or 0x6AAA8A) is known color: Acapulco. HEX triplet: 6A, AA and 8A. RGB value is (106,170,138). Sum of RGB (Red+Green+Blue) = 106+170+138=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 170 (66.80% from 255 or 41.06% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 170 - color contains mainly: green. Hex color #6AAA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAA8A is #955575. Grayscale: #939393. Windows color (decimal): -9786742 or 9087594. OLE color: 9087594.

HSL color Cylindrical-coordinate representation of color #6AAA8A: hue angle of 150º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAA8A is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 170 138 -
CMYK 0.38 0 0.19 0.33
HSL 150º 0.27% 0.54% -
HSV(B) 150º 0.38% 0.67% -
XYZ 24.91 33.65 29.23 -
YUV 147.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 106 170 138 0.38 0 0.19 0.33 150 0.27 0.54
Hex 6A AA 8A 26 0 13 21 96 1B 36
Octal 152 252 212 46 0 23 41 226 33 66
Binary 1101010 10101010 10001010 100110 0 10011 100001 10010110 11011 110110

Color Harmonies of #6AAA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAA8A

Black with #6AAA8A

Text Example


Text Example

White with #6AAA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6AAA8A; }

 p { color: rgb(106,170,138); }

 H1.HeaderClassName
 {
   color: #6AAA8A;
 }
 .AnyTagClassName
 {
   color: #6AAA8A;
 }
</style>

background-color css

<style>
 a { background-color: #6AAA8A; }

 a { background-color: rgb(106,170,138); }

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

border-color css

<style>
 span { border-color: #6AAA8A; }

 span { border-color: rgb(106,170,138); }

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