Html Css Color HEX #6AB096 Acapulco

📋 copy color: '#6AB096'

red 106 ◦ green 176 ◦ blue 150

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

Shades of Acapulco #6AB096

Tints of Acapulco #6AB096

RGB

 RED value IS 106 (41.8% from 255) = 24.54%

 GREEN value IS 176 (69.14% from 255) = 40.74%

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

R = 24.54%
G = 40.74%
B = 34.72%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#6AB096 (or 0x6AB096) is known color: Acapulco. HEX triplet: 6A, B0 and 96. RGB value is (106,176,150). Sum of RGB (Red+Green+Blue) = 106+176+150=432 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.54% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 150 (58.98% from 255 or 34.72% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #6AB096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AB096 is #954F69. Grayscale: #989898. Windows color (decimal): -9785194 or 9875562. OLE color: 9875562.

HSL color Cylindrical-coordinate representation of color #6AB096: hue angle of 157.71º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6AB096 is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 106 176 150 -
CMYK 0.40 0 0.15 0.31
HSL 157.71º 0.31% 0.55% -
HSV(B) 157.71º 0.4% 0.69% -
XYZ 26.97 36.32 34.44 -
YUV 152.11 126.81 95.11 -
System Red Green Blue C M Y K H S L
Decimal 106 176 150 0.40 0 0.15 0.31 157.71 0.31 0.55
Hex 6A B0 96 28 0 F 1F 9E 1F 37
Octal 152 260 226 50 0 17 37 236 37 67
Binary 1101010 10110000 10010110 101000 0 1111 11111 10011110 11111 110111

Color Harmonies of #6AB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AB096

Black with #6AB096

Text Example


Text Example

White with #6AB096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,176,150); }

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

background-color css

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

 a { background-color: rgb(106,176,150); }

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

border-color css

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

 span { border-color: rgb(106,176,150); }

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