Html Css Color HEX #6AAB8D Acapulco

📋 copy color: '#6AAB8D'

red 106 ◦ green 171 ◦ blue 141

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

Shades of Acapulco #6AAB8D

Tints of Acapulco #6AAB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.91%

 BLUE value IS 141 (55.47% from 255) = 33.73%

R = 25.36%
G = 40.91%
B = 33.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#6AAB8D (or 0x6AAB8D) is known color: Acapulco. HEX triplet: 6A, AB and 8D. RGB value is (106,171,141). Sum of RGB (Red+Green+Blue) = 106+171+141=418 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.36% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB8D is #955472. Grayscale: #949494. Windows color (decimal): -9786483 or 9284458. OLE color: 9284458.

HSL color Cylindrical-coordinate representation of color #6AAB8D: hue angle of 152.31º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6AAB8D is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 106 171 141 -
CMYK 0.38 0 0.18 0.33
HSL 152.31º 0.28% 0.54% -
HSV(B) 152.31º 0.38% 0.67% -
XYZ 25.31 34.11 30.45 -
YUV 148.15 123.97 97.94 -
System Red Green Blue C M Y K H S L
Decimal 106 171 141 0.38 0 0.18 0.33 152.31 0.28 0.54
Hex 6A AB 8D 26 0 12 21 98 1C 36
Octal 152 253 215 46 0 22 41 230 34 66
Binary 1101010 10101011 10001101 100110 0 10010 100001 10011000 11100 110110

Color Harmonies of #6AAB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB8D

Black with #6AAB8D

Text Example


Text Example

White with #6AAB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,171,141); }

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

background-color css

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

 a { background-color: rgb(106,171,141); }

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

border-color css

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

 span { border-color: rgb(106,171,141); }

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