Html Css Color HEX #6BAD8D Acapulco

📋 copy color: '#6BAD8D'

red 107 ◦ green 173 ◦ blue 141

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

Shades of Acapulco #6BAD8D

Tints of Acapulco #6BAD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.09%

 BLUE value IS 141 (55.47% from 255) = 33.49%

R = 25.42%
G = 41.09%
B = 33.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#6BAD8D (or 0x6BAD8D) is known color: Acapulco. HEX triplet: 6B, AD and 8D. RGB value is (107,173,141). Sum of RGB (Red+Green+Blue) = 107+173+141=421 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.42% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 141 (55.47% from 255 or 33.49% from 421); Max value from RGB is 173 - color contains mainly: green. Hex color #6BAD8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAD8D is #945272. Grayscale: #959595. Windows color (decimal): -9720435 or 9284971. OLE color: 9284971.

HSL color Cylindrical-coordinate representation of color #6BAD8D: hue angle of 150.91º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6BAD8D is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 107 173 141 -
CMYK 0.38 0 0.18 0.32
HSL 150.91º 0.29% 0.55% -
HSV(B) 150.91º 0.38% 0.68% -
XYZ 25.81 34.94 30.58 -
YUV 149.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 107 173 141 0.38 0 0.18 0.32 150.91 0.29 0.55
Hex 6B AD 8D 26 0 12 20 97 1D 37
Octal 153 255 215 46 0 22 40 227 35 67
Binary 1101011 10101101 10001101 100110 0 10010 100000 10010111 11101 110111

Color Harmonies of #6BAD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BAD8D

Black with #6BAD8D

Text Example


Text Example

White with #6BAD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,173,141); }

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

background-color css

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

 a { background-color: rgb(107,173,141); }

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

border-color css

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

 span { border-color: rgb(107,173,141); }

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