Html Css Color HEX #6BA48E Acapulco

📋 copy color: '#6BA48E'

red 107 ◦ green 164 ◦ blue 142

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

Shades of Acapulco #6BA48E

Tints of Acapulco #6BA48E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.71%

 BLUE value IS 142 (55.86% from 255) = 34.38%

R = 25.91%
G = 39.71%
B = 34.38%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#6BA48E (or 0x6BA48E) is known color: Acapulco. HEX triplet: 6B, A4 and 8E. RGB value is (107,164,142). Sum of RGB (Red+Green+Blue) = 107+164+142=413 (54% of max value = 765). Red value is 107 (42.19% from 255 or 25.91% from 413); Green value is 164 (64.45% from 255 or 39.71% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 164 - color contains mainly: green. Hex color #6BA48E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA48E is #945B71. Grayscale: #909090. Windows color (decimal): -9722738 or 9348203. OLE color: 9348203.

HSL color Cylindrical-coordinate representation of color #6BA48E: hue angle of 156.84º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6BA48E is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 107 164 142 -
CMYK 0.35 0 0.13 0.36
HSL 156.84º 0.24% 0.53% -
HSV(B) 156.84º 0.35% 0.64% -
XYZ 24.22 31.63 30.42 -
YUV 144.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 107 164 142 0.35 0 0.13 0.36 156.84 0.24 0.53
Hex 6B A4 8E 23 0 D 24 9D 18 35
Octal 153 244 216 43 0 15 44 235 30 65
Binary 1101011 10100100 10001110 100011 0 1101 100100 10011101 11000 110101

Color Harmonies of #6BA48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA48E

Black with #6BA48E

Text Example


Text Example

White with #6BA48E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,164,142); }

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

background-color css

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

 a { background-color: rgb(107,164,142); }

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

border-color css

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

 span { border-color: rgb(107,164,142); }

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