Html Css Color HEX #6BA089 Acapulco

📋 copy color: '#6BA089'

red 107 ◦ green 160 ◦ blue 137

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

Shades of Acapulco #6BA089

Tints of Acapulco #6BA089

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.6%

 BLUE value IS 137 (53.91% from 255) = 33.91%

R = 26.49%
G = 39.6%
B = 33.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#6BA089 (or 0x6BA089) is known color: Acapulco. HEX triplet: 6B, A0 and 89. RGB value is (107,160,137). Sum of RGB (Red+Green+Blue) = 107+160+137=404 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.49% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 137 (53.91% from 255 or 33.91% from 404); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA089 is #945F76. Grayscale: #8D8D8D. Windows color (decimal): -9723767 or 9019499. OLE color: 9019499.

HSL color Cylindrical-coordinate representation of color #6BA089: hue angle of 153.96º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6BA089 is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 160 137 -
CMYK 0.33 0 0.14 0.37
HSL 153.96º 0.22% 0.52% -
HSV(B) 153.96º 0.33% 0.63% -
XYZ 23.15 30.07 28.25 -
YUV 141.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 107 160 137 0.33 0 0.14 0.37 153.96 0.22 0.52
Hex 6B A0 89 21 0 E 25 9A 16 34
Octal 153 240 211 41 0 16 45 232 26 64
Binary 1101011 10100000 10001001 100001 0 1110 100101 10011010 10110 110100

Color Harmonies of #6BA089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA089

Black with #6BA089

Text Example


Text Example

White with #6BA089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,160,137); }

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

background-color css

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

 a { background-color: rgb(107,160,137); }

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

border-color css

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

 span { border-color: rgb(107,160,137); }

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