Html Css Color HEX #6BA995 Acapulco

📋 copy color: '#6BA995'

red 107 ◦ green 169 ◦ blue 149

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

Shades of Acapulco #6BA995

Tints of Acapulco #6BA995

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.76%

 BLUE value IS 149 (58.59% from 255) = 35.06%

R = 25.18%
G = 39.76%
B = 35.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#6BA995 (or 0x6BA995) is known color: Acapulco. HEX triplet: 6B, A9 and 95. RGB value is (107,169,149). Sum of RGB (Red+Green+Blue) = 107+169+149=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 169 (66.41% from 255 or 39.76% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA995 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA995 is #94566A. Grayscale: #949494. Windows color (decimal): -9721451 or 9808235. OLE color: 9808235.

HSL color Cylindrical-coordinate representation of color #6BA995: hue angle of 160.65º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA995 is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 107 169 149 -
CMYK 0.37 0 0.12 0.34
HSL 160.65º 0.26% 0.54% -
HSV(B) 160.65º 0.37% 0.66% -
XYZ 25.68 33.67 33.58 -
YUV 148.18 128.46 98.63 -
System Red Green Blue C M Y K H S L
Decimal 107 169 149 0.37 0 0.12 0.34 160.65 0.26 0.54
Hex 6B A9 95 25 0 C 22 A1 1A 36
Octal 153 251 225 45 0 14 42 241 32 66
Binary 1101011 10101001 10010101 100101 0 1100 100010 10100001 11010 110110

Color Harmonies of #6BA995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA995

Black with #6BA995

Text Example


Text Example

White with #6BA995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,169,149); }

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

background-color css

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

 a { background-color: rgb(107,169,149); }

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

border-color css

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

 span { border-color: rgb(107,169,149); }

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