Html Css Color HEX #6BA195 Acapulco

📋 copy color: '#6BA195'

red 107 ◦ green 161 ◦ blue 149

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

Shades of Acapulco #6BA195

Tints of Acapulco #6BA195

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

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

R = 25.66%
G = 38.61%
B = 35.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#6BA195 (or 0x6BA195) is known color: Acapulco. HEX triplet: 6B, A1 and 95. RGB value is (107,161,149). Sum of RGB (Red+Green+Blue) = 107+161+149=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #6BA195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA195 is #945E6A. Grayscale: #8F8F8F. Windows color (decimal): -9723499 or 9806187. OLE color: 9806187.

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

Color convert

RGB 107 161 149 -
CMYK 0.34 0 0.07 0.37
HSL 166.67º 0.22% 0.53% -
HSV(B) 166.67º 0.34% 0.63% -
XYZ 24.23 30.79 33.1 -
YUV 143.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 107 161 149 0.34 0 0.07 0.37 166.67 0.22 0.53
Hex 6B A1 95 22 0 7 25 A7 16 35
Octal 153 241 225 42 0 7 45 247 26 65
Binary 1101011 10100001 10010101 100010 0 111 100101 10100111 10110 110101

Color Harmonies of #6BA195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA195

Black with #6BA195

Text Example


Text Example

White with #6BA195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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