Html Css Color HEX #6FAC9A Acapulco

📋 copy color: '#6FAC9A'

red 111 ◦ green 172 ◦ blue 154

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

Shades of Acapulco #6FAC9A

Tints of Acapulco #6FAC9A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.36%

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 25.4%
G = 39.36%
B = 35.24%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#6FAC9A (or 0x6FAC9A) is known color: Acapulco. HEX triplet: 6F, AC and 9A. RGB value is (111,172,154). Sum of RGB (Red+Green+Blue) = 111+172+154=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 172 - color contains mainly: green. Hex color #6FAC9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAC9A is #905365. Grayscale: #979797. Windows color (decimal): -9458534 or 10136687. OLE color: 10136687.

HSL color Cylindrical-coordinate representation of color #6FAC9A: hue angle of 162.3º degrees, saturation: 0.27, 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 #6FAC9A is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 172 154 -
CMYK 0.35 0 0.10 0.33
HSL 162.3º 0.27% 0.55% -
HSV(B) 162.3º 0.35% 0.67% -
XYZ 27.14 35.22 35.94 -
YUV 151.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 111 172 154 0.35 0 0.10 0.33 162.3 0.27 0.55
Hex 6F AC 9A 23 0 A 21 A2 1B 37
Octal 157 254 232 43 0 12 41 242 33 67
Binary 1101111 10101100 10011010 100011 0 1010 100001 10100010 11011 110111

Color Harmonies of #6FAC9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAC9A

Black with #6FAC9A

Text Example


Text Example

White with #6FAC9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,172,154); }

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

background-color css

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

 a { background-color: rgb(111,172,154); }

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

border-color css

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

 span { border-color: rgb(111,172,154); }

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