Html Css Color HEX #6DA48A Acapulco

📋 copy color: '#6DA48A'

red 109 ◦ green 164 ◦ blue 138

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

Shades of Acapulco #6DA48A

Tints of Acapulco #6DA48A

RGB

 RED value IS 109 (42.97% from 255) = 26.52%

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

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

R = 26.52%
G = 39.9%
B = 33.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#6DA48A (or 0x6DA48A) is known color: Acapulco. HEX triplet: 6D, A4 and 8A. RGB value is (109,164,138). Sum of RGB (Red+Green+Blue) = 109+164+138=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 164 (64.45% from 255 or 39.90% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 164 - color contains mainly: green. Hex color #6DA48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA48A is #925B75. Grayscale: #909090. Windows color (decimal): -9591670 or 9086061. OLE color: 9086061.

HSL color Cylindrical-coordinate representation of color #6DA48A: hue angle of 151.64º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6DA48A is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 109 164 138 -
CMYK 0.34 0 0.16 0.36
HSL 151.64º 0.23% 0.54% -
HSV(B) 151.64º 0.34% 0.64% -
XYZ 24.17 31.64 28.88 -
YUV 144.59 124.28 102.61 -
System Red Green Blue C M Y K H S L
Decimal 109 164 138 0.34 0 0.16 0.36 151.64 0.23 0.54
Hex 6D A4 8A 22 0 10 24 98 17 36
Octal 155 244 212 42 0 20 44 230 27 66
Binary 1101101 10100100 10001010 100010 0 10000 100100 10011000 10111 110110

Color Harmonies of #6DA48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA48A

Black with #6DA48A

Text Example


Text Example

White with #6DA48A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,164,138); }

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

background-color css

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

 a { background-color: rgb(109,164,138); }

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

border-color css

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

 span { border-color: rgb(109,164,138); }

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