Html Css Color HEX #6BB094 Acapulco

📋 copy color: '#6BB094'

red 107 ◦ green 176 ◦ blue 148

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

Shades of Acapulco #6BB094

Tints of Acapulco #6BB094

RGB

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

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

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

R = 24.83%
G = 40.84%
B = 34.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#6BB094 (or 0x6BB094) is known color: Acapulco. HEX triplet: 6B, B0 and 94. RGB value is (107,176,148). Sum of RGB (Red+Green+Blue) = 107+176+148=431 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.83% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB094 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB094 is #944F6B. Grayscale: #989898. Windows color (decimal): -9719660 or 9744491. OLE color: 9744491.

HSL color Cylindrical-coordinate representation of color #6BB094: hue angle of 155.65º 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 #6BB094 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 107 176 148 -
CMYK 0.39 0 0.16 0.31
HSL 155.65º 0.3% 0.55% -
HSV(B) 155.65º 0.39% 0.69% -
XYZ 26.93 36.31 33.61 -
YUV 152.18 125.64 95.78 -
System Red Green Blue C M Y K H S L
Decimal 107 176 148 0.39 0 0.16 0.31 155.65 0.3 0.55
Hex 6B B0 94 27 0 10 1F 9C 1E 37
Octal 153 260 224 47 0 20 37 234 36 67
Binary 1101011 10110000 10010100 100111 0 10000 11111 10011100 11110 110111

Color Harmonies of #6BB094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BB094

Black with #6BB094

Text Example


Text Example

White with #6BB094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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