Html Css Color HEX #6BAB90 Acapulco

📋 copy color: '#6BAB90'

red 107 ◦ green 171 ◦ blue 144

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

Shades of Acapulco #6BAB90

Tints of Acapulco #6BAB90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 34.12%

R = 25.36%
G = 40.52%
B = 34.12%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#6BAB90 (or 0x6BAB90) is known color: Acapulco. HEX triplet: 6B, AB and 90. RGB value is (107,171,144). Sum of RGB (Red+Green+Blue) = 107+171+144=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB90 is #94546F. Grayscale: #949494. Windows color (decimal): -9720944 or 9481067. OLE color: 9481067.

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

Color convert

RGB 107 171 144 -
CMYK 0.37 0 0.16 0.33
HSL 154.69º 0.28% 0.55% -
HSV(B) 154.69º 0.37% 0.67% -
XYZ 25.66 34.27 31.65 -
YUV 148.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 107 171 144 0.37 0 0.16 0.33 154.69 0.28 0.55
Hex 6B AB 90 25 0 10 21 9B 1C 37
Octal 153 253 220 45 0 20 41 233 34 67
Binary 1101011 10101011 10010000 100101 0 10000 100001 10011011 11100 110111

Color Harmonies of #6BAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB90

Black with #6BAB90

Text Example


Text Example

White with #6BAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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