Html Css Color HEX #6BAB98 Acapulco

📋 copy color: '#6BAB98'

red 107 ◦ green 171 ◦ blue 152

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

Shades of Acapulco #6BAB98

Tints of Acapulco #6BAB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.35%

R = 24.88%
G = 39.77%
B = 35.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#6BAB98 (or 0x6BAB98) is known color: Acapulco. HEX triplet: 6B, AB and 98. RGB value is (107,171,152). Sum of RGB (Red+Green+Blue) = 107+171+152=430 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.88% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #6BAB98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAB98 is #945467. Grayscale: #959595. Windows color (decimal): -9720936 or 10005355. OLE color: 10005355.

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

Color convert

RGB 107 171 152 -
CMYK 0.37 0 0.11 0.33
HSL 162.19º 0.28% 0.55% -
HSV(B) 162.19º 0.37% 0.67% -
XYZ 26.29 34.52 34.98 -
YUV 149.7 129.3 97.54 -
System Red Green Blue C M Y K H S L
Decimal 107 171 152 0.37 0 0.11 0.33 162.19 0.28 0.55
Hex 6B AB 98 25 0 B 21 A2 1C 37
Octal 153 253 230 45 0 13 41 242 34 67
Binary 1101011 10101011 10011000 100101 0 1011 100001 10100010 11100 110111

Color Harmonies of #6BAB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAB98

Black with #6BAB98

Text Example


Text Example

White with #6BAB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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