Html Css Color HEX #6BAC8D Acapulco

📋 copy color: '#6BAC8D'

red 107 ◦ green 172 ◦ blue 141

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

Shades of Acapulco #6BAC8D

Tints of Acapulco #6BAC8D

RGB

 RED value IS 107 (42.19% from 255) = 25.48%

 GREEN value IS 172 (67.58% from 255) = 40.95%

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

R = 25.48%
G = 40.95%
B = 33.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#6BAC8D (or 0x6BAC8D) is known color: Acapulco. HEX triplet: 6B, AC and 8D. RGB value is (107,172,141). Sum of RGB (Red+Green+Blue) = 107+172+141=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC8D is #945372. Grayscale: #959595. Windows color (decimal): -9720691 or 9284715. OLE color: 9284715.

HSL color Cylindrical-coordinate representation of color #6BAC8D: hue angle of 151.38º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAC8D is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 172 141 -
CMYK 0.38 0 0.18 0.33
HSL 151.38º 0.28% 0.55% -
HSV(B) 151.38º 0.38% 0.67% -
XYZ 25.62 34.55 30.52 -
YUV 149.03 123.47 98.02 -
System Red Green Blue C M Y K H S L
Decimal 107 172 141 0.38 0 0.18 0.33 151.38 0.28 0.55
Hex 6B AC 8D 26 0 12 21 97 1C 37
Octal 153 254 215 46 0 22 41 227 34 67
Binary 1101011 10101100 10001101 100110 0 10010 100001 10010111 11100 110111

Color Harmonies of #6BAC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAC8D

Black with #6BAC8D

Text Example


Text Example

White with #6BAC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,172,141); }

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

background-color css

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

 a { background-color: rgb(107,172,141); }

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

border-color css

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

 span { border-color: rgb(107,172,141); }

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