Html Css Color HEX #6BB095 Acapulco

📋 copy color: '#6BB095'

red 107 ◦ green 176 ◦ blue 149

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

Shades of Acapulco #6BB095

Tints of Acapulco #6BB095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.49%

R = 24.77%
G = 40.74%
B = 34.49%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#6BB095 (or 0x6BB095) is known color: Acapulco. HEX triplet: 6B, B0 and 95. RGB value is (107,176,149). Sum of RGB (Red+Green+Blue) = 107+176+149=432 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.77% from 432); Green value is 176 (69.14% from 255 or 40.74% from 432); Blue value is 149 (58.59% from 255 or 34.49% from 432); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB095 is #944F6A. Grayscale: #989898. Windows color (decimal): -9719659 or 9810027. OLE color: 9810027.

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

Color convert

RGB 107 176 149 -
CMYK 0.39 0 0.15 0.31
HSL 156.52º 0.3% 0.55% -
HSV(B) 156.52º 0.39% 0.69% -
XYZ 27.01 36.35 34.03 -
YUV 152.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 107 176 149 0.39 0 0.15 0.31 156.52 0.3 0.55
Hex 6B B0 95 27 0 F 1F 9D 1E 37
Octal 153 260 225 47 0 17 37 235 36 67
Binary 1101011 10110000 10010101 100111 0 1111 11111 10011101 11110 110111

Color Harmonies of #6BB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB095

Black with #6BB095

Text Example


Text Example

White with #6BB095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,176,149); }

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

background-color css

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

 a { background-color: rgb(107,176,149); }

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

border-color css

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

 span { border-color: rgb(107,176,149); }

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