Html Css Color HEX #6FAE8C Acapulco

📋 copy color: '#6FAE8C'

red 111 ◦ green 174 ◦ blue 140

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

Shades of Acapulco #6FAE8C

Tints of Acapulco #6FAE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.94%

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

R = 26.12%
G = 40.94%
B = 32.94%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#6FAE8C (or 0x6FAE8C) is known color: Acapulco. HEX triplet: 6F, AE and 8C. RGB value is (111,174,140). Sum of RGB (Red+Green+Blue) = 111+174+140=425 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.12% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAE8C is #905173. Grayscale: #979797. Windows color (decimal): -9458036 or 9219695. OLE color: 9219695.

HSL color Cylindrical-coordinate representation of color #6FAE8C: hue angle of 147.62º degrees, saturation: 0.28, 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 #6FAE8C is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 174 140 -
CMYK 0.36 0 0.20 0.32
HSL 147.62º 0.28% 0.56% -
HSV(B) 147.62º 0.36% 0.68% -
XYZ 26.43 35.55 30.28 -
YUV 151.29 121.63 99.26 -
System Red Green Blue C M Y K H S L
Decimal 111 174 140 0.36 0 0.20 0.32 147.62 0.28 0.56
Hex 6F AE 8C 24 0 14 20 94 1C 38
Octal 157 256 214 44 0 24 40 224 34 70
Binary 1101111 10101110 10001100 100100 0 10100 100000 10010100 11100 111000

Color Harmonies of #6FAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAE8C

Black with #6FAE8C

Text Example


Text Example

White with #6FAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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