Html Css Color HEX #6BAC88 Acapulco

📋 copy color: '#6BAC88'

red 107 ◦ green 172 ◦ blue 136

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

Shades of Acapulco #6BAC88

Tints of Acapulco #6BAC88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.77%

R = 25.78%
G = 41.45%
B = 32.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#6BAC88 (or 0x6BAC88) is known color: Acapulco. HEX triplet: 6B, AC and 88. RGB value is (107,172,136). Sum of RGB (Red+Green+Blue) = 107+172+136=415 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.78% from 415); Green value is 172 (67.58% from 255 or 41.45% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC88 is #945377. Grayscale: #949494. Windows color (decimal): -9720696 or 8957035. OLE color: 8957035.

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

Color convert

RGB 107 172 136 -
CMYK 0.38 0 0.21 0.33
HSL 146.77º 0.28% 0.55% -
HSV(B) 146.77º 0.38% 0.67% -
XYZ 25.26 34.41 28.6 -
YUV 148.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 107 172 136 0.38 0 0.21 0.33 146.77 0.28 0.55
Hex 6B AC 88 26 0 15 21 93 1C 37
Octal 153 254 210 46 0 25 41 223 34 67
Binary 1101011 10101100 10001000 100110 0 10101 100001 10010011 11100 110111

Color Harmonies of #6BAC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAC88

Black with #6BAC88

Text Example


Text Example

White with #6BAC88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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