Html Css Color HEX #6FB49A Acapulco

📋 copy color: '#6FB49A'

red 111 ◦ green 180 ◦ blue 154

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

Shades of Acapulco #6FB49A

Tints of Acapulco #6FB49A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.45%

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

R = 24.94%
G = 40.45%
B = 34.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#6FB49A (or 0x6FB49A) is known color: Acapulco. HEX triplet: 6F, B4 and 9A. RGB value is (111,180,154). Sum of RGB (Red+Green+Blue) = 111+180+154=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB49A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB49A is #904B65. Grayscale: #9C9C9C. Windows color (decimal): -9456486 or 10138735. OLE color: 10138735.

HSL color Cylindrical-coordinate representation of color #6FB49A: hue angle of 157.39º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB49A is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 180 154 -
CMYK 0.38 0 0.14 0.29
HSL 157.39º 0.32% 0.57% -
HSV(B) 157.39º 0.38% 0.71% -
XYZ 28.71 38.36 36.46 -
YUV 156.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 111 180 154 0.38 0 0.14 0.29 157.39 0.32 0.57
Hex 6F B4 9A 26 0 E 1D 9D 20 39
Octal 157 264 232 46 0 16 35 235 40 71
Binary 1101111 10110100 10011010 100110 0 1110 11101 10011101 100000 111001

Color Harmonies of #6FB49A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB49A

Black with #6FB49A

Text Example


Text Example

White with #6FB49A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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