Html Css Color HEX #6FAA95 Acapulco

📋 copy color: '#6FAA95'

red 111 ◦ green 170 ◦ blue 149

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

Shades of Acapulco #6FAA95

Tints of Acapulco #6FAA95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.65%

R = 25.81%
G = 39.53%
B = 34.65%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#6FAA95 (or 0x6FAA95) is known color: Acapulco. HEX triplet: 6F, AA and 95. RGB value is (111,170,149). Sum of RGB (Red+Green+Blue) = 111+170+149=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAA95 is #90556A. Grayscale: #959595. Windows color (decimal): -9459051 or 9808495. OLE color: 9808495.

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

Color convert

RGB 111 170 149 -
CMYK 0.35 0 0.12 0.33
HSL 158.64º 0.26% 0.55% -
HSV(B) 158.64º 0.35% 0.67% -
XYZ 26.36 34.3 33.67 -
YUV 149.97 127.45 100.21 -
System Red Green Blue C M Y K H S L
Decimal 111 170 149 0.35 0 0.12 0.33 158.64 0.26 0.55
Hex 6F AA 95 23 0 C 21 9F 1A 37
Octal 157 252 225 43 0 14 41 237 32 67
Binary 1101111 10101010 10010101 100011 0 1100 100001 10011111 11010 110111

Color Harmonies of #6FAA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAA95

Black with #6FAA95

Text Example


Text Example

White with #6FAA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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