Html Css Color HEX #6DB494 Acapulco

📋 copy color: '#6DB494'

red 109 ◦ green 180 ◦ blue 148

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

Shades of Acapulco #6DB494

Tints of Acapulco #6DB494

RGB

 RED value IS 109 (42.97% from 255) = 24.94%

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

 BLUE value IS 148 (58.2% from 255) = 33.87%

R = 24.94%
G = 41.19%
B = 33.87%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#6DB494 (or 0x6DB494) is known color: Acapulco. HEX triplet: 6D, B4 and 94. RGB value is (109,180,148). Sum of RGB (Red+Green+Blue) = 109+180+148=437 (57% of max value = 765). Red value is 109 (42.97% from 255 or 24.94% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 148 (58.20% from 255 or 33.87% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #6DB494 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DB494 is #924B6B. Grayscale: #9B9B9B. Windows color (decimal): -9587564 or 9745517. OLE color: 9745517.

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

Color convert

RGB 109 180 148 -
CMYK 0.39 0 0.18 0.29
HSL 152.96º 0.32% 0.57% -
HSV(B) 152.96º 0.39% 0.71% -
XYZ 27.97 38.03 33.88 -
YUV 155.12 123.98 95.1 -
System Red Green Blue C M Y K H S L
Decimal 109 180 148 0.39 0 0.18 0.29 152.96 0.32 0.57
Hex 6D B4 94 27 0 12 1D 99 20 39
Octal 155 264 224 47 0 22 35 231 40 71
Binary 1101101 10110100 10010100 100111 0 10010 11101 10011001 100000 111001

Color Harmonies of #6DB494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB494

Black with #6DB494

Text Example


Text Example

White with #6DB494

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,180,148); }

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

background-color css

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

 a { background-color: rgb(109,180,148); }

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

border-color css

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

 span { border-color: rgb(109,180,148); }

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