Html Css Color HEX #6BAB96 Acapulco

📋 copy color: '#6BAB96'

red 107 ◦ green 171 ◦ blue 150

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

Shades of Acapulco #6BAB96

Tints of Acapulco #6BAB96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.05%

R = 25%
G = 39.95%
B = 35.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#6BAB96 (or 0x6BAB96) is known color: Acapulco. HEX triplet: 6B, AB and 96. RGB value is (107,171,150). Sum of RGB (Red+Green+Blue) = 107+171+150=428 (56% of max value = 765). Red value is 107 (42.19% from 255 or 25% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 150 (58.98% from 255 or 35.05% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB96 is #945469. Grayscale: #959595. Windows color (decimal): -9720938 or 9874283. OLE color: 9874283.

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

Color convert

RGB 107 171 150 -
CMYK 0.37 0 0.12 0.33
HSL 160.31º 0.28% 0.55% -
HSV(B) 160.31º 0.37% 0.67% -
XYZ 26.13 34.45 34.13 -
YUV 149.47 128.3 97.71 -
System Red Green Blue C M Y K H S L
Decimal 107 171 150 0.37 0 0.12 0.33 160.31 0.28 0.55
Hex 6B AB 96 25 0 C 21 A0 1C 37
Octal 153 253 226 45 0 14 41 240 34 67
Binary 1101011 10101011 10010110 100101 0 1100 100001 10100000 11100 110111

Color Harmonies of #6BAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB96

Black with #6BAB96

Text Example


Text Example

White with #6BAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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