Html Css Color HEX #6FAA8F Acapulco

📋 copy color: '#6FAA8F'

red 111 ◦ green 170 ◦ blue 143

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

Shades of Acapulco #6FAA8F

Tints of Acapulco #6FAA8F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40.09%

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

R = 26.18%
G = 40.09%
B = 33.73%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#6FAA8F (or 0x6FAA8F) is known color: Acapulco. HEX triplet: 6F, AA and 8F. RGB value is (111,170,143). Sum of RGB (Red+Green+Blue) = 111+170+143=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAA8F is #905570. Grayscale: #959595. Windows color (decimal): -9459057 or 9415279. OLE color: 9415279.

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

Color convert

RGB 111 170 143 -
CMYK 0.35 0 0.16 0.33
HSL 152.54º 0.26% 0.55% -
HSV(B) 152.54º 0.35% 0.67% -
XYZ 25.89 34.11 31.21 -
YUV 149.28 124.45 100.7 -
System Red Green Blue C M Y K H S L
Decimal 111 170 143 0.35 0 0.16 0.33 152.54 0.26 0.55
Hex 6F AA 8F 23 0 10 21 99 1A 37
Octal 157 252 217 43 0 20 41 231 32 67
Binary 1101111 10101010 10001111 100011 0 10000 100001 10011001 11010 110111

Color Harmonies of #6FAA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAA8F

Black with #6FAA8F

Text Example


Text Example

White with #6FAA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,170,143); }

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

background-color css

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

 a { background-color: rgb(111,170,143); }

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

border-color css

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

 span { border-color: rgb(111,170,143); }

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