Html Css Color HEX #6AA48F Acapulco

📋 copy color: '#6AA48F'

red 106 ◦ green 164 ◦ blue 143

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

Shades of Acapulco #6AA48F

Tints of Acapulco #6AA48F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.71%

 BLUE value IS 143 (56.25% from 255) = 34.62%

R = 25.67%
G = 39.71%
B = 34.62%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#6AA48F (or 0x6AA48F) is known color: Acapulco. HEX triplet: 6A, A4 and 8F. RGB value is (106,164,143). Sum of RGB (Red+Green+Blue) = 106+164+143=413 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.67% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA48F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA48F is #955B70. Grayscale: #909090. Windows color (decimal): -9788273 or 9413738. OLE color: 9413738.

HSL color Cylindrical-coordinate representation of color #6AA48F: hue angle of 158.28º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA48F is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 106 164 143 -
CMYK 0.35 0 0.13 0.36
HSL 158.28º 0.24% 0.53% -
HSV(B) 158.28º 0.35% 0.64% -
XYZ 24.18 31.6 30.81 -
YUV 144.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 106 164 143 0.35 0 0.13 0.36 158.28 0.24 0.53
Hex 6A A4 8F 23 0 D 24 9E 18 35
Octal 152 244 217 43 0 15 44 236 30 65
Binary 1101010 10100100 10001111 100011 0 1101 100100 10011110 11000 110101

Color Harmonies of #6AA48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA48F

Black with #6AA48F

Text Example


Text Example

White with #6AA48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,164,143); }

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

background-color css

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

 a { background-color: rgb(106,164,143); }

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

border-color css

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

 span { border-color: rgb(106,164,143); }

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