Html Css Color HEX #6AAB8C Acapulco

📋 copy color: '#6AAB8C'

red 106 ◦ green 171 ◦ blue 140

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

Shades of Acapulco #6AAB8C

Tints of Acapulco #6AAB8C

RGB

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

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

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

R = 25.42%
G = 41.01%
B = 33.57%

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

#6AAB8C (or 0x6AAB8C) is known color: Acapulco. HEX triplet: 6A, AB and 8C. RGB value is (106,171,140). Sum of RGB (Red+Green+Blue) = 106+171+140=417 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.42% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB8C is #955473. Grayscale: #949494. Windows color (decimal): -9786484 or 9218922. OLE color: 9218922.

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

Color convert

RGB 106 171 140 -
CMYK 0.38 0 0.18 0.33
HSL 151.38º 0.28% 0.54% -
HSV(B) 151.38º 0.38% 0.67% -
XYZ 25.24 34.08 30.06 -
YUV 148.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 106 171 140 0.38 0 0.18 0.33 151.38 0.28 0.54
Hex 6A AB 8C 26 0 12 21 97 1C 36
Octal 152 253 214 46 0 22 41 227 34 66
Binary 1101010 10101011 10001100 100110 0 10010 100001 10010111 11100 110110

Color Harmonies of #6AAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB8C

Black with #6AAB8C

Text Example


Text Example

White with #6AAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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