Html Css Color HEX #6BAA94 Acapulco

📋 copy color: '#6BAA94'

red 107 ◦ green 170 ◦ blue 148

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

Shades of Acapulco #6BAA94

Tints of Acapulco #6BAA94

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40%

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 25.18%
G = 40%
B = 34.82%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#6BAA94 (or 0x6BAA94) is known color: Acapulco. HEX triplet: 6B, AA and 94. RGB value is (107,170,148). Sum of RGB (Red+Green+Blue) = 107+170+148=425 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25.18% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #6BAA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAA94 is #94556B. Grayscale: #949494. Windows color (decimal): -9721196 or 9742955. OLE color: 9742955.

HSL color Cylindrical-coordinate representation of color #6BAA94: hue angle of 159.05º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BAA94 is Cyan = 0.37, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 170 148 -
CMYK 0.37 0 0.13 0.33
HSL 159.05º 0.27% 0.54% -
HSV(B) 159.05º 0.37% 0.67% -
XYZ 25.78 34.01 33.22 -
YUV 148.66 127.63 98.29 -
System Red Green Blue C M Y K H S L
Decimal 107 170 148 0.37 0 0.13 0.33 159.05 0.27 0.54
Hex 6B AA 94 25 0 D 21 9F 1B 36
Octal 153 252 224 45 0 15 41 237 33 66
Binary 1101011 10101010 10010100 100101 0 1101 100001 10011111 11011 110110

Color Harmonies of #6BAA94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAA94

Black with #6BAA94

Text Example


Text Example

White with #6BAA94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,170,148); }

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

background-color css

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

 a { background-color: rgb(107,170,148); }

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

border-color css

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

 span { border-color: rgb(107,170,148); }

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