Html Css Color HEX #6CAD8C Acapulco

📋 copy color: '#6CAD8C'

red 108 ◦ green 173 ◦ blue 140

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

Shades of Acapulco #6CAD8C

Tints of Acapulco #6CAD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

 BLUE value IS 140 (55.08% from 255) = 33.25%

R = 25.65%
G = 41.09%
B = 33.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#6CAD8C (or 0x6CAD8C) is known color: Acapulco. HEX triplet: 6C, AD and 8C. RGB value is (108,173,140). Sum of RGB (Red+Green+Blue) = 108+173+140=421 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.65% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAD8C is #935273. Grayscale: #959595. Windows color (decimal): -9654900 or 9219436. OLE color: 9219436.

HSL color Cylindrical-coordinate representation of color #6CAD8C: hue angle of 149.54º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAD8C is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 173 140 -
CMYK 0.38 0 0.19 0.32
HSL 149.54º 0.28% 0.55% -
HSV(B) 149.54º 0.38% 0.68% -
XYZ 25.86 34.97 30.2 -
YUV 149.8 122.47 98.18 -
System Red Green Blue C M Y K H S L
Decimal 108 173 140 0.38 0 0.19 0.32 149.54 0.28 0.55
Hex 6C AD 8C 26 0 13 20 96 1C 37
Octal 154 255 214 46 0 23 40 226 34 67
Binary 1101100 10101101 10001100 100110 0 10011 100000 10010110 11100 110111

Color Harmonies of #6CAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAD8C

Black with #6CAD8C

Text Example


Text Example

White with #6CAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,173,140); }

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

background-color css

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

 a { background-color: rgb(108,173,140); }

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

border-color css

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

 span { border-color: rgb(108,173,140); }

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