Html Css Color HEX #6BAB8C Acapulco

📋 copy color: '#6BAB8C'

red 107 ◦ green 171 ◦ blue 140

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

Shades of Acapulco #6BAB8C

Tints of Acapulco #6BAB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 25.6%
G = 40.91%
B = 33.49%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#6BAB8C (or 0x6BAB8C) is known color: Acapulco. HEX triplet: 6B, AB and 8C. RGB value is (107,171,140). Sum of RGB (Red+Green+Blue) = 107+171+140=418 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.60% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB8C is #945473. Grayscale: #949494. Windows color (decimal): -9720948 or 9218923. OLE color: 9218923.

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

Color convert

RGB 107 171 140 -
CMYK 0.37 0 0.18 0.33
HSL 150.94º 0.28% 0.55% -
HSV(B) 150.94º 0.37% 0.67% -
XYZ 25.36 34.15 30.06 -
YUV 148.33 123.3 98.52 -
System Red Green Blue C M Y K H S L
Decimal 107 171 140 0.37 0 0.18 0.33 150.94 0.28 0.55
Hex 6B AB 8C 25 0 12 21 97 1C 37
Octal 153 253 214 45 0 22 41 227 34 67
Binary 1101011 10101011 10001100 100101 0 10010 100001 10010111 11100 110111

Color Harmonies of #6BAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB8C

Black with #6BAB8C

Text Example


Text Example

White with #6BAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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