Html Css Color HEX #6BA08A Acapulco

📋 copy color: '#6BA08A'

red 107 ◦ green 160 ◦ blue 138

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

Shades of Acapulco #6BA08A

Tints of Acapulco #6BA08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.07%

R = 26.42%
G = 39.51%
B = 34.07%

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

#6BA08A (or 0x6BA08A) is known color: Acapulco. HEX triplet: 6B, A0 and 8A. RGB value is (107,160,138). Sum of RGB (Red+Green+Blue) = 107+160+138=405 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.42% from 405); Green value is 160 (62.89% from 255 or 39.51% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 160 - color contains mainly: green. Hex color #6BA08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA08A is #945F75. Grayscale: #8D8D8D. Windows color (decimal): -9723766 or 9085035. OLE color: 9085035.

HSL color Cylindrical-coordinate representation of color #6BA08A: hue angle of 155.09º 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 #6BA08A is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 107 160 138 -
CMYK 0.33 0 0.14 0.37
HSL 155.09º 0.22% 0.52% -
HSV(B) 155.09º 0.33% 0.63% -
XYZ 23.22 30.1 28.63 -
YUV 141.65 125.94 103.29 -
System Red Green Blue C M Y K H S L
Decimal 107 160 138 0.33 0 0.14 0.37 155.09 0.22 0.52
Hex 6B A0 8A 21 0 E 25 9B 16 34
Octal 153 240 212 41 0 16 45 233 26 64
Binary 1101011 10100000 10001010 100001 0 1110 100101 10011011 10110 110100

Color Harmonies of #6BA08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA08A

Black with #6BA08A

Text Example


Text Example

White with #6BA08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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