Html Css Color HEX #6DAA8D Acapulco

📋 copy color: '#6DAA8D'

red 109 ◦ green 170 ◦ blue 141

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

Shades of Acapulco #6DAA8D

Tints of Acapulco #6DAA8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.57%

R = 25.95%
G = 40.48%
B = 33.57%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#6DAA8D (or 0x6DAA8D) is known color: Acapulco. HEX triplet: 6D, AA and 8D. RGB value is (109,170,141). Sum of RGB (Red+Green+Blue) = 109+170+141=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAA8D is #925572. Grayscale: #949494. Windows color (decimal): -9590131 or 9284205. OLE color: 9284205.

HSL color Cylindrical-coordinate representation of color #6DAA8D: hue angle of 151.48º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAA8D is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 170 141 -
CMYK 0.36 0 0.17 0.33
HSL 151.48º 0.26% 0.55% -
HSV(B) 151.48º 0.36% 0.67% -
XYZ 25.49 33.92 30.4 -
YUV 148.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 109 170 141 0.36 0 0.17 0.33 151.48 0.26 0.55
Hex 6D AA 8D 24 0 11 21 97 1A 37
Octal 155 252 215 44 0 21 41 227 32 67
Binary 1101101 10101010 10001101 100100 0 10001 100001 10010111 11010 110111

Color Harmonies of #6DAA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAA8D

Black with #6DAA8D

Text Example


Text Example

White with #6DAA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,170,141); }

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

background-color css

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

 a { background-color: rgb(109,170,141); }

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

border-color css

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

 span { border-color: rgb(109,170,141); }

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