Html Css Color HEX #6FB49C Acapulco

📋 copy color: '#6FB49C'

red 111 ◦ green 180 ◦ blue 156

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

Shades of Acapulco #6FB49C

Tints of Acapulco #6FB49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 24.83%
G = 40.27%
B = 34.9%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.29

RGB Variations

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

Color information

#6FB49C (or 0x6FB49C) is known color: Acapulco. HEX triplet: 6F, B4 and 9C. RGB value is (111,180,156). Sum of RGB (Red+Green+Blue) = 111+180+156=447 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.83% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #6FB49C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB49C is #904B63. Grayscale: #9C9C9C. Windows color (decimal): -9456484 or 10269807. OLE color: 10269807.

HSL color Cylindrical-coordinate representation of color #6FB49C: hue angle of 159.13º 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 #6FB49C is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 180 156 -
CMYK 0.38 0 0.13 0.29
HSL 159.13º 0.32% 0.57% -
HSV(B) 159.13º 0.38% 0.71% -
XYZ 28.88 38.42 37.35 -
YUV 156.63 127.64 95.45 -
System Red Green Blue C M Y K H S L
Decimal 111 180 156 0.38 0 0.13 0.29 159.13 0.32 0.57
Hex 6F B4 9C 26 0 D 1D 9F 20 39
Octal 157 264 234 46 0 15 35 237 40 71
Binary 1101111 10110100 10011100 100110 0 1101 11101 10011111 100000 111001

Color Harmonies of #6FB49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB49C

Black with #6FB49C

Text Example


Text Example

White with #6FB49C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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