Html Css Color HEX #6DA08A Acapulco

📋 copy color: '#6DA08A'

red 109 ◦ green 160 ◦ blue 138

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

Shades of Acapulco #6DA08A

Tints of Acapulco #6DA08A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.31%

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

R = 26.78%
G = 39.31%
B = 33.91%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#6DA08A (or 0x6DA08A) is known color: Acapulco. HEX triplet: 6D, A0 and 8A. RGB value is (109,160,138). Sum of RGB (Red+Green+Blue) = 109+160+138=407 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.78% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #6DA08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DA08A is #925F75. Grayscale: #8E8E8E. Windows color (decimal): -9592694 or 9085037. OLE color: 9085037.

HSL color Cylindrical-coordinate representation of color #6DA08A: hue angle of 154.12º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6DA08A is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 109 160 138 -
CMYK 0.32 0 0.14 0.37
HSL 154.12º 0.21% 0.53% -
HSV(B) 154.12º 0.32% 0.63% -
XYZ 23.46 30.23 28.64 -
YUV 142.24 125.6 104.29 -
System Red Green Blue C M Y K H S L
Decimal 109 160 138 0.32 0 0.14 0.37 154.12 0.21 0.53
Hex 6D A0 8A 20 0 E 25 9A 15 35
Octal 155 240 212 40 0 16 45 232 25 65
Binary 1101101 10100000 10001010 100000 0 1110 100101 10011010 10101 110101

Color Harmonies of #6DA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DA08A

Black with #6DA08A

Text Example


Text Example

White with #6DA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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