Html Css Color HEX #6FAB9B Acapulco

📋 copy color: '#6FAB9B'

red 111 ◦ green 171 ◦ blue 155

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

Shades of Acapulco #6FAB9B

Tints of Acapulco #6FAB9B

RGB

 RED value IS 111 (43.75% from 255) = 25.4%

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

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 25.4%
G = 39.13%
B = 35.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#6FAB9B (or 0x6FAB9B) is known color: Acapulco. HEX triplet: 6F, AB and 9B. RGB value is (111,171,155). Sum of RGB (Red+Green+Blue) = 111+171+155=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAB9B is #905464. Grayscale: #979797. Windows color (decimal): -9458789 or 10201967. OLE color: 10201967.

HSL color Cylindrical-coordinate representation of color #6FAB9B: hue angle of 164º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAB9B is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 171 155 -
CMYK 0.35 0 0.09 0.33
HSL 164º 0.26% 0.55% -
HSV(B) 164º 0.35% 0.67% -
XYZ 27.03 34.87 36.32 -
YUV 151.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 111 171 155 0.35 0 0.09 0.33 164 0.26 0.55
Hex 6F AB 9B 23 0 9 21 A4 1A 37
Octal 157 253 233 43 0 11 41 244 32 67
Binary 1101111 10101011 10011011 100011 0 1001 100001 10100100 11010 110111

Color Harmonies of #6FAB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAB9B

Black with #6FAB9B

Text Example


Text Example

White with #6FAB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,171,155); }

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

background-color css

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

 a { background-color: rgb(111,171,155); }

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

border-color css

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

 span { border-color: rgb(111,171,155); }

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