Html Css Color HEX #6CA08D Acapulco

📋 copy color: '#6CA08D'

red 108 ◦ green 160 ◦ blue 141

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

Shades of Acapulco #6CA08D

Tints of Acapulco #6CA08D

RGB

 RED value IS 108 (42.58% from 255) = 26.41%

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

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

R = 26.41%
G = 39.12%
B = 34.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#6CA08D (or 0x6CA08D) is known color: Acapulco. HEX triplet: 6C, A0 and 8D. RGB value is (108,160,141). Sum of RGB (Red+Green+Blue) = 108+160+141=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 160 (62.89% from 255 or 39.12% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA08D is #935F72. Grayscale: #8E8E8E. Windows color (decimal): -9658227 or 9281644. OLE color: 9281644.

HSL color Cylindrical-coordinate representation of color #6CA08D: hue angle of 158.08º 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 #6CA08D is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 160 141 -
CMYK 0.32 0 0.12 0.37
HSL 158.08º 0.21% 0.53% -
HSV(B) 158.08º 0.33% 0.63% -
XYZ 23.56 30.25 29.8 -
YUV 142.29 127.27 103.54 -
System Red Green Blue C M Y K H S L
Decimal 108 160 141 0.32 0 0.12 0.37 158.08 0.21 0.53
Hex 6C A0 8D 20 0 C 25 9E 15 35
Octal 154 240 215 40 0 14 45 236 25 65
Binary 1101100 10100000 10001101 100000 0 1100 100101 10011110 10101 110101

Color Harmonies of #6CA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA08D

Black with #6CA08D

Text Example


Text Example

White with #6CA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,160,141); }

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

background-color css

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

 a { background-color: rgb(108,160,141); }

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

border-color css

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

 span { border-color: rgb(108,160,141); }

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