Html Css Color HEX #6CA48F Acapulco

📋 copy color: '#6CA48F'

red 108 ◦ green 164 ◦ blue 143

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

Shades of Acapulco #6CA48F

Tints of Acapulco #6CA48F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.52%

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

R = 26.02%
G = 39.52%
B = 34.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#6CA48F (or 0x6CA48F) is known color: Acapulco. HEX triplet: 6C, A4 and 8F. RGB value is (108,164,143). Sum of RGB (Red+Green+Blue) = 108+164+143=415 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.02% from 415); Green value is 164 (64.45% from 255 or 39.52% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 164 - color contains mainly: green. Hex color #6CA48F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA48F is #935B70. Grayscale: #909090. Windows color (decimal): -9657201 or 9413740. OLE color: 9413740.

HSL color Cylindrical-coordinate representation of color #6CA48F: hue angle of 157.5º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6CA48F is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 108 164 143 -
CMYK 0.34 0 0.13 0.36
HSL 157.5º 0.24% 0.53% -
HSV(B) 157.5º 0.34% 0.64% -
XYZ 24.42 31.72 30.82 -
YUV 144.86 126.95 101.71 -
System Red Green Blue C M Y K H S L
Decimal 108 164 143 0.34 0 0.13 0.36 157.5 0.24 0.53
Hex 6C A4 8F 22 0 D 24 9E 18 35
Octal 154 244 217 42 0 15 44 236 30 65
Binary 1101100 10100100 10001111 100010 0 1101 100100 10011110 11000 110101

Color Harmonies of #6CA48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA48F

Black with #6CA48F

Text Example


Text Example

White with #6CA48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,164,143); }

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

background-color css

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

 a { background-color: rgb(108,164,143); }

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

border-color css

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

 span { border-color: rgb(108,164,143); }

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