Html Css Color HEX #6DAA8F Acapulco

📋 copy color: '#6DAA8F'

red 109 ◦ green 170 ◦ blue 143

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

Shades of Acapulco #6DAA8F

Tints of Acapulco #6DAA8F

RGB

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

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

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

R = 25.83%
G = 40.28%
B = 33.89%

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

#6DAA8F (or 0x6DAA8F) is known color: Acapulco. HEX triplet: 6D, AA and 8F. RGB value is (109,170,143). Sum of RGB (Red+Green+Blue) = 109+170+143=422 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.83% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAA8F is #925570. Grayscale: #949494. Windows color (decimal): -9590129 or 9415277. OLE color: 9415277.

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

Color convert

RGB 109 170 143 -
CMYK 0.36 0 0.16 0.33
HSL 153.44º 0.26% 0.55% -
HSV(B) 153.44º 0.36% 0.67% -
XYZ 25.64 33.98 31.19 -
YUV 148.68 124.79 99.7 -
System Red Green Blue C M Y K H S L
Decimal 109 170 143 0.36 0 0.16 0.33 153.44 0.26 0.55
Hex 6D AA 8F 24 0 10 21 99 1A 37
Octal 155 252 217 44 0 20 41 231 32 67
Binary 1101101 10101010 10001111 100100 0 10000 100001 10011001 11010 110111

Color Harmonies of #6DAA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAA8F

Black with #6DAA8F

Text Example


Text Example

White with #6DAA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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