Html Css Color HEX #6BAC99 Acapulco

📋 copy color: '#6BAC99'

red 107 ◦ green 172 ◦ blue 153

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

Shades of Acapulco #6BAC99

Tints of Acapulco #6BAC99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.42%

R = 24.77%
G = 39.81%
B = 35.42%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#6BAC99 (or 0x6BAC99) is known color: Acapulco. HEX triplet: 6B, AC and 99. RGB value is (107,172,153). Sum of RGB (Red+Green+Blue) = 107+172+153=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #6BAC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAC99 is #945366. Grayscale: #969696. Windows color (decimal): -9720679 or 10071147. OLE color: 10071147.

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

Color convert

RGB 107 172 153 -
CMYK 0.38 0 0.11 0.33
HSL 162.46º 0.28% 0.55% -
HSV(B) 162.46º 0.38% 0.67% -
XYZ 26.57 34.93 35.48 -
YUV 150.4 129.47 97.04 -
System Red Green Blue C M Y K H S L
Decimal 107 172 153 0.38 0 0.11 0.33 162.46 0.28 0.55
Hex 6B AC 99 26 0 B 21 A2 1C 37
Octal 153 254 231 46 0 13 41 242 34 67
Binary 1101011 10101100 10011001 100110 0 1011 100001 10100010 11100 110111

Color Harmonies of #6BAC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAC99

Black with #6BAC99

Text Example


Text Example

White with #6BAC99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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