Html Css Color HEX #6AAB8B Acapulco

📋 copy color: '#6AAB8B'

red 106 ◦ green 171 ◦ blue 139

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

Shades of Acapulco #6AAB8B

Tints of Acapulco #6AAB8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 25.48%
G = 41.11%
B = 33.41%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#6AAB8B (or 0x6AAB8B) is known color: Acapulco. HEX triplet: 6A, AB and 8B. RGB value is (106,171,139). Sum of RGB (Red+Green+Blue) = 106+171+139=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB8B is #955474. Grayscale: #939393. Windows color (decimal): -9786485 or 9153386. OLE color: 9153386.

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

Color convert

RGB 106 171 139 -
CMYK 0.38 0 0.19 0.33
HSL 150.46º 0.28% 0.54% -
HSV(B) 150.46º 0.38% 0.67% -
XYZ 25.17 34.05 29.67 -
YUV 147.92 122.97 98.1 -
System Red Green Blue C M Y K H S L
Decimal 106 171 139 0.38 0 0.19 0.33 150.46 0.28 0.54
Hex 6A AB 8B 26 0 13 21 96 1C 36
Octal 152 253 213 46 0 23 41 226 34 66
Binary 1101010 10101011 10001011 100110 0 10011 100001 10010110 11100 110110

Color Harmonies of #6AAB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB8B

Black with #6AAB8B

Text Example


Text Example

White with #6AAB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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