Html Css Color HEX #6FB394 Acapulco

📋 copy color: '#6FB394'

red 111 ◦ green 179 ◦ blue 148

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

Shades of Acapulco #6FB394

Tints of Acapulco #6FB394

RGB

 RED value IS 111 (43.75% from 255) = 25.34%

 GREEN value IS 179 (70.31% from 255) = 40.87%

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

R = 25.34%
G = 40.87%
B = 33.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#6FB394 (or 0x6FB394) is known color: Acapulco. HEX triplet: 6F, B3 and 94. RGB value is (111,179,148). Sum of RGB (Red+Green+Blue) = 111+179+148=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 179 (70.31% from 255 or 40.87% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 179 - color contains mainly: green. Hex color #6FB394 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FB394 is #904C6B. Grayscale: #9B9B9B. Windows color (decimal): -9456748 or 9745263. OLE color: 9745263.

HSL color Cylindrical-coordinate representation of color #6FB394: hue angle of 152.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6FB394 is Cyan = 0.38, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 111 179 148 -
CMYK 0.38 0 0.17 0.30
HSL 152.65º 0.31% 0.57% -
HSV(B) 152.65º 0.38% 0.7% -
XYZ 28.02 37.76 33.83 -
YUV 155.13 123.97 96.52 -
System Red Green Blue C M Y K H S L
Decimal 111 179 148 0.38 0 0.17 0.30 152.65 0.31 0.57
Hex 6F B3 94 26 0 11 1E 99 1F 39
Octal 157 263 224 46 0 21 36 231 37 71
Binary 1101111 10110011 10010100 100110 0 10001 11110 10011001 11111 111001

Color Harmonies of #6FB394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FB394

Black with #6FB394

Text Example


Text Example

White with #6FB394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,179,148); }

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

background-color css

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

 a { background-color: rgb(111,179,148); }

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

border-color css

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

 span { border-color: rgb(111,179,148); }

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