Html Css Color HEX #6BAB8B Acapulco

📋 copy color: '#6BAB8B'

red 107 ◦ green 171 ◦ blue 139

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

Shades of Acapulco #6BAB8B

Tints of Acapulco #6BAB8B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

 BLUE value IS 139 (54.69% from 255) = 33.33%

R = 25.66%
G = 41.01%
B = 33.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#6BAB8B (or 0x6BAB8B) is known color: Acapulco. HEX triplet: 6B, AB and 8B. RGB value is (107,171,139). Sum of RGB (Red+Green+Blue) = 107+171+139=417 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.66% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB8B is #945474. Grayscale: #949494. Windows color (decimal): -9720949 or 9153387. OLE color: 9153387.

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

Color convert

RGB 107 171 139 -
CMYK 0.37 0 0.19 0.33
HSL 150º 0.28% 0.55% -
HSV(B) 150º 0.37% 0.67% -
XYZ 25.29 34.12 29.68 -
YUV 148.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 107 171 139 0.37 0 0.19 0.33 150 0.28 0.55
Hex 6B AB 8B 25 0 13 21 96 1C 37
Octal 153 253 213 45 0 23 41 226 34 67
Binary 1101011 10101011 10001011 100101 0 10011 100001 10010110 11100 110111

Color Harmonies of #6BAB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB8B

Black with #6BAB8B

Text Example


Text Example

White with #6BAB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,171,139); }

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

background-color css

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

 a { background-color: rgb(107,171,139); }

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

border-color css

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

 span { border-color: rgb(107,171,139); }

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