Html Css Color HEX #6AAB8F Acapulco

📋 copy color: '#6AAB8F'

red 106 ◦ green 171 ◦ blue 143

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

Shades of Acapulco #6AAB8F

Tints of Acapulco #6AAB8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.05%

R = 25.24%
G = 40.71%
B = 34.05%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#6AAB8F (or 0x6AAB8F) is known color: Acapulco. HEX triplet: 6A, AB and 8F. RGB value is (106,171,143). Sum of RGB (Red+Green+Blue) = 106+171+143=420 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.24% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB8F is #955470. Grayscale: #949494. Windows color (decimal): -9786481 or 9415530. OLE color: 9415530.

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

Color convert

RGB 106 171 143 -
CMYK 0.38 0 0.16 0.33
HSL 154.15º 0.28% 0.54% -
HSV(B) 154.15º 0.38% 0.67% -
XYZ 25.46 34.17 31.24 -
YUV 148.37 124.97 97.78 -
System Red Green Blue C M Y K H S L
Decimal 106 171 143 0.38 0 0.16 0.33 154.15 0.28 0.54
Hex 6A AB 8F 26 0 10 21 9A 1C 36
Octal 152 253 217 46 0 20 41 232 34 66
Binary 1101010 10101011 10001111 100110 0 10000 100001 10011010 11100 110110

Color Harmonies of #6AAB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB8F

Black with #6AAB8F

Text Example


Text Example

White with #6AAB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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