Html Css Color HEX #6AA68E Acapulco

📋 copy color: '#6AA68E'

red 106 ◦ green 166 ◦ blue 142

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

Shades of Acapulco #6AA68E

Tints of Acapulco #6AA68E

RGB

 RED value IS 106 (41.8% from 255) = 25.6%

 GREEN value IS 166 (65.23% from 255) = 40.1%

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

R = 25.6%
G = 40.1%
B = 34.3%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#6AA68E (or 0x6AA68E) is known color: Acapulco. HEX triplet: 6A, A6 and 8E. RGB value is (106,166,142). Sum of RGB (Red+Green+Blue) = 106+166+142=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA68E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA68E is #955971. Grayscale: #919191. Windows color (decimal): -9787762 or 9348714. OLE color: 9348714.

HSL color Cylindrical-coordinate representation of color #6AA68E: hue angle of 156º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6AA68E is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 106 166 142 -
CMYK 0.36 0 0.14 0.35
HSL 156º 0.25% 0.53% -
HSV(B) 156º 0.36% 0.65% -
XYZ 24.46 32.29 30.53 -
YUV 145.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 106 166 142 0.36 0 0.14 0.35 156 0.25 0.53
Hex 6A A6 8E 24 0 E 23 9C 19 35
Octal 152 246 216 44 0 16 43 234 31 65
Binary 1101010 10100110 10001110 100100 0 1110 100011 10011100 11001 110101

Color Harmonies of #6AA68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA68E

Black with #6AA68E

Text Example


Text Example

White with #6AA68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,166,142); }

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

background-color css

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

 a { background-color: rgb(106,166,142); }

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

border-color css

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

 span { border-color: rgb(106,166,142); }

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