Html Css Color HEX #6AAB98 Acapulco

📋 copy color: '#6AAB98'

red 106 ◦ green 171 ◦ blue 152

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

Shades of Acapulco #6AAB98

Tints of Acapulco #6AAB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.43%

R = 24.71%
G = 39.86%
B = 35.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#6AAB98 (or 0x6AAB98) is known color: Acapulco. HEX triplet: 6A, AB and 98. RGB value is (106,171,152). Sum of RGB (Red+Green+Blue) = 106+171+152=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #6AAB98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AAB98 is #955467. Grayscale: #959595. Windows color (decimal): -9786472 or 10005354. OLE color: 10005354.

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

Color convert

RGB 106 171 152 -
CMYK 0.38 0 0.11 0.33
HSL 162.46º 0.28% 0.54% -
HSV(B) 162.46º 0.38% 0.67% -
XYZ 26.17 34.46 34.98 -
YUV 149.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 106 171 152 0.38 0 0.11 0.33 162.46 0.28 0.54
Hex 6A AB 98 26 0 B 21 A2 1C 36
Octal 152 253 230 46 0 13 41 242 34 66
Binary 1101010 10101011 10011000 100110 0 1011 100001 10100010 11100 110110

Color Harmonies of #6AAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AAB98

Black with #6AAB98

Text Example


Text Example

White with #6AAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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