Html Css Color HEX #6BAC96 Acapulco

📋 copy color: '#6BAC96'

red 107 ◦ green 172 ◦ blue 150

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

Shades of Acapulco #6BAC96

Tints of Acapulco #6BAC96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.97%

R = 24.94%
G = 40.09%
B = 34.97%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#6BAC96 (or 0x6BAC96) is known color: Acapulco. HEX triplet: 6B, AC and 96. RGB value is (107,172,150). Sum of RGB (Red+Green+Blue) = 107+172+150=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC96 is #945369. Grayscale: #969696. Windows color (decimal): -9720682 or 9874539. OLE color: 9874539.

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

Color convert

RGB 107 172 150 -
CMYK 0.38 0 0.13 0.33
HSL 159.69º 0.28% 0.55% -
HSV(B) 159.69º 0.38% 0.67% -
XYZ 26.32 34.83 34.19 -
YUV 150.06 127.97 97.29 -
System Red Green Blue C M Y K H S L
Decimal 107 172 150 0.38 0 0.13 0.33 159.69 0.28 0.55
Hex 6B AC 96 26 0 D 21 A0 1C 37
Octal 153 254 226 46 0 15 41 240 34 67
Binary 1101011 10101100 10010110 100110 0 1101 100001 10100000 11100 110111

Color Harmonies of #6BAC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAC96

Black with #6BAC96

Text Example


Text Example

White with #6BAC96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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