Html Css Color HEX #6DB096 Acapulco

📋 copy color: '#6DB096'

red 109 ◦ green 176 ◦ blue 150

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

Shades of Acapulco #6DB096

Tints of Acapulco #6DB096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.46%

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

R = 25.06%
G = 40.46%
B = 34.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#6DB096 (or 0x6DB096) is known color: Acapulco. HEX triplet: 6D, B0 and 96. RGB value is (109,176,150). Sum of RGB (Red+Green+Blue) = 109+176+150=435 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.06% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 176 - color contains mainly: green. Hex color #6DB096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6DB096 is #924F69. Grayscale: #999999. Windows color (decimal): -9588586 or 9875565. OLE color: 9875565.

HSL color Cylindrical-coordinate representation of color #6DB096: hue angle of 156.72º degrees, saturation: 0.3, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6DB096 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 109 176 150 -
CMYK 0.38 0 0.15 0.31
HSL 156.72º 0.3% 0.56% -
HSV(B) 156.72º 0.38% 0.69% -
XYZ 27.34 36.5 34.46 -
YUV 153 126.3 96.61 -
System Red Green Blue C M Y K H S L
Decimal 109 176 150 0.38 0 0.15 0.31 156.72 0.3 0.56
Hex 6D B0 96 26 0 F 1F 9D 1E 38
Octal 155 260 226 46 0 17 37 235 36 70
Binary 1101101 10110000 10010110 100110 0 1111 11111 10011101 11110 111000

Color Harmonies of #6DB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB096

Black with #6DB096

Text Example


Text Example

White with #6DB096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,176,150); }

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

background-color css

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

 a { background-color: rgb(109,176,150); }

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

border-color css

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

 span { border-color: rgb(109,176,150); }

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