Html Css Color HEX #6CB496 Acapulco

📋 copy color: '#6CB496'

red 108 ◦ green 180 ◦ blue 150

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

Shades of Acapulco #6CB496

Tints of Acapulco #6CB496

RGB

 RED value IS 108 (42.58% from 255) = 24.66%

 GREEN value IS 180 (70.7% from 255) = 41.1%

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

R = 24.66%
G = 41.1%
B = 34.25%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#6CB496 (or 0x6CB496) is known color: Acapulco. HEX triplet: 6C, B4 and 96. RGB value is (108,180,150). Sum of RGB (Red+Green+Blue) = 108+180+150=438 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.66% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 150 (58.98% from 255 or 34.25% from 438); Max value from RGB is 180 - color contains mainly: green. Hex color #6CB496 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CB496 is #934B69. Grayscale: #9B9B9B. Windows color (decimal): -9653098 or 9876588. OLE color: 9876588.

HSL color Cylindrical-coordinate representation of color #6CB496: hue angle of 155º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6CB496 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 180 150 -
CMYK 0.40 0 0.17 0.29
HSL 155º 0.32% 0.56% -
HSV(B) 155º 0.4% 0.71% -
XYZ 28.01 38.03 34.72 -
YUV 155.05 125.15 94.44 -
System Red Green Blue C M Y K H S L
Decimal 108 180 150 0.40 0 0.17 0.29 155 0.32 0.56
Hex 6C B4 96 28 0 11 1D 9B 20 38
Octal 154 264 226 50 0 21 35 233 40 70
Binary 1101100 10110100 10010110 101000 0 10001 11101 10011011 100000 111000

Color Harmonies of #6CB496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CB496

Black with #6CB496

Text Example


Text Example

White with #6CB496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,180,150); }

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

background-color css

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

 a { background-color: rgb(108,180,150); }

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

border-color css

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

 span { border-color: rgb(108,180,150); }

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