Html Css Color HEX #6DAA8E Acapulco

📋 copy color: '#6DAA8E'

red 109 ◦ green 170 ◦ blue 142

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

Shades of Acapulco #6DAA8E

Tints of Acapulco #6DAA8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.73%

R = 25.89%
G = 40.38%
B = 33.73%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#6DAA8E (or 0x6DAA8E) is known color: Acapulco. HEX triplet: 6D, AA and 8E. RGB value is (109,170,142). Sum of RGB (Red+Green+Blue) = 109+170+142=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 170 (66.80% from 255 or 40.38% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAA8E is #925571. Grayscale: #949494. Windows color (decimal): -9590130 or 9349741. OLE color: 9349741.

HSL color Cylindrical-coordinate representation of color #6DAA8E: hue angle of 152.46º 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 #6DAA8E is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 109 170 142 -
CMYK 0.36 0 0.16 0.33
HSL 152.46º 0.26% 0.55% -
HSV(B) 152.46º 0.36% 0.67% -
XYZ 25.56 33.95 30.8 -
YUV 148.57 124.29 99.78 -
System Red Green Blue C M Y K H S L
Decimal 109 170 142 0.36 0 0.16 0.33 152.46 0.26 0.55
Hex 6D AA 8E 24 0 10 21 98 1A 37
Octal 155 252 216 44 0 20 41 230 32 67
Binary 1101101 10101010 10001110 100100 0 10000 100001 10011000 11010 110111

Color Harmonies of #6DAA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAA8E

Black with #6DAA8E

Text Example


Text Example

White with #6DAA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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