Html Css Color HEX #6FAD8C Acapulco

📋 copy color: '#6FAD8C'

red 111 ◦ green 173 ◦ blue 140

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

Shades of Acapulco #6FAD8C

Tints of Acapulco #6FAD8C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.8%

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 26.18%
G = 40.8%
B = 33.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#6FAD8C (or 0x6FAD8C) is known color: Acapulco. HEX triplet: 6F, AD and 8C. RGB value is (111,173,140). Sum of RGB (Red+Green+Blue) = 111+173+140=424 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.18% from 424); Green value is 173 (67.97% from 255 or 40.80% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 173 - color contains mainly: green. Hex color #6FAD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAD8C is #905273. Grayscale: #969696. Windows color (decimal): -9458292 or 9219439. OLE color: 9219439.

HSL color Cylindrical-coordinate representation of color #6FAD8C: hue angle of 148.06º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6FAD8C is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 173 140 -
CMYK 0.36 0 0.19 0.32
HSL 148.06º 0.27% 0.56% -
HSV(B) 148.06º 0.36% 0.68% -
XYZ 26.23 35.16 30.21 -
YUV 150.7 121.96 99.68 -
System Red Green Blue C M Y K H S L
Decimal 111 173 140 0.36 0 0.19 0.32 148.06 0.27 0.56
Hex 6F AD 8C 24 0 13 20 94 1B 38
Octal 157 255 214 44 0 23 40 224 33 70
Binary 1101111 10101101 10001100 100100 0 10011 100000 10010100 11011 111000

Color Harmonies of #6FAD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAD8C

Black with #6FAD8C

Text Example


Text Example

White with #6FAD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,173,140); }

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

background-color css

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

 a { background-color: rgb(111,173,140); }

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

border-color css

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

 span { border-color: rgb(111,173,140); }

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