Html Css Color HEX #6FA08D Acapulco

📋 copy color: '#6FA08D'

red 111 ◦ green 160 ◦ blue 141

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

Shades of Acapulco #6FA08D

Tints of Acapulco #6FA08D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.83%

 BLUE value IS 141 (55.47% from 255) = 34.22%

R = 26.94%
G = 38.83%
B = 34.22%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#6FA08D (or 0x6FA08D) is known color: Acapulco. HEX triplet: 6F, A0 and 8D. RGB value is (111,160,141). Sum of RGB (Red+Green+Blue) = 111+160+141=412 (54% of max value = 765). Red value is 111 (43.75% from 255 or 26.94% from 412); Green value is 160 (62.89% from 255 or 38.83% from 412); Blue value is 141 (55.47% from 255 or 34.22% from 412); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA08D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA08D is #905F72. Grayscale: #8F8F8F. Windows color (decimal): -9461619 or 9281647. OLE color: 9281647.

HSL color Cylindrical-coordinate representation of color #6FA08D: hue angle of 156.73º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA08D is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 111 160 141 -
CMYK 0.31 0 0.12 0.37
HSL 156.73º 0.21% 0.53% -
HSV(B) 156.73º 0.31% 0.63% -
XYZ 23.93 30.44 29.81 -
YUV 143.18 126.77 105.04 -
System Red Green Blue C M Y K H S L
Decimal 111 160 141 0.31 0 0.12 0.37 156.73 0.21 0.53
Hex 6F A0 8D 1F 0 C 25 9D 15 35
Octal 157 240 215 37 0 14 45 235 25 65
Binary 1101111 10100000 10001101 11111 0 1100 100101 10011101 10101 110101

Color Harmonies of #6FA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FA08D

Black with #6FA08D

Text Example


Text Example

White with #6FA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,160,141); }

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

background-color css

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

 a { background-color: rgb(111,160,141); }

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

border-color css

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

 span { border-color: rgb(111,160,141); }

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