Html Css Color HEX #6CAD8E Acapulco

📋 copy color: '#6CAD8E'

red 108 ◦ green 173 ◦ blue 142

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

Shades of Acapulco #6CAD8E

Tints of Acapulco #6CAD8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.57%

R = 25.53%
G = 40.9%
B = 33.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#6CAD8E (or 0x6CAD8E) is known color: Acapulco. HEX triplet: 6C, AD and 8E. RGB value is (108,173,142). Sum of RGB (Red+Green+Blue) = 108+173+142=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #6CAD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAD8E is #935271. Grayscale: #969696. Windows color (decimal): -9654898 or 9350508. OLE color: 9350508.

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

Color convert

RGB 108 173 142 -
CMYK 0.38 0 0.18 0.32
HSL 151.38º 0.28% 0.55% -
HSV(B) 151.38º 0.38% 0.68% -
XYZ 26.01 35.03 30.98 -
YUV 150.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 108 173 142 0.38 0 0.18 0.32 151.38 0.28 0.55
Hex 6C AD 8E 26 0 12 20 97 1C 37
Octal 154 255 216 46 0 22 40 227 34 67
Binary 1101100 10101101 10001110 100110 0 10010 100000 10010111 11100 110111

Color Harmonies of #6CAD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAD8E

Black with #6CAD8E

Text Example


Text Example

White with #6CAD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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