Html Css Color HEX #6DAF8D Acapulco

📋 copy color: '#6DAF8D'

red 109 ◦ green 175 ◦ blue 141

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

Shades of Acapulco #6DAF8D

Tints of Acapulco #6DAF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.18%

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

R = 25.65%
G = 41.18%
B = 33.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#6DAF8D (or 0x6DAF8D) is known color: Acapulco. HEX triplet: 6D, AF and 8D. RGB value is (109,175,141). Sum of RGB (Red+Green+Blue) = 109+175+141=425 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.65% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DAF8D is #925072. Grayscale: #979797. Windows color (decimal): -9588851 or 9285485. OLE color: 9285485.

HSL color Cylindrical-coordinate representation of color #6DAF8D: hue angle of 149.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DAF8D is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 175 141 -
CMYK 0.38 0 0.19 0.31
HSL 149.09º 0.29% 0.56% -
HSV(B) 149.09º 0.38% 0.69% -
XYZ 26.44 35.83 30.72 -
YUV 151.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 109 175 141 0.38 0 0.19 0.31 149.09 0.29 0.56
Hex 6D AF 8D 26 0 13 1F 95 1D 38
Octal 155 257 215 46 0 23 37 225 35 70
Binary 1101101 10101111 10001101 100110 0 10011 11111 10010101 11101 111000

Color Harmonies of #6DAF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAF8D

Black with #6DAF8D

Text Example


Text Example

White with #6DAF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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