Html Css Color HEX #6AA688 Acapulco

📋 copy color: '#6AA688'

red 106 ◦ green 166 ◦ blue 136

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

Shades of Acapulco #6AA688

Tints of Acapulco #6AA688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.33%

R = 25.98%
G = 40.69%
B = 33.33%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#6AA688 (or 0x6AA688) is known color: Acapulco. HEX triplet: 6A, A6 and 88. RGB value is (106,166,136). Sum of RGB (Red+Green+Blue) = 106+166+136=408 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.98% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 136 (53.52% from 255 or 33.33% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA688 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA688 is #955977. Grayscale: #909090. Windows color (decimal): -9787768 or 8955498. OLE color: 8955498.

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

Color convert

RGB 106 166 136 -
CMYK 0.36 0 0.18 0.35
HSL 150º 0.25% 0.53% -
HSV(B) 150º 0.36% 0.65% -
XYZ 24.02 32.11 28.23 -
YUV 144.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 106 166 136 0.36 0 0.18 0.35 150 0.25 0.53
Hex 6A A6 88 24 0 12 23 96 19 35
Octal 152 246 210 44 0 22 43 226 31 65
Binary 1101010 10100110 10001000 100100 0 10010 100011 10010110 11001 110101

Color Harmonies of #6AA688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA688

Black with #6AA688

Text Example


Text Example

White with #6AA688

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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