Html Css Color HEX #6BA992 Acapulco

📋 copy color: '#6BA992'

red 107 ◦ green 169 ◦ blue 146

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

Shades of Acapulco #6BA992

Tints of Acapulco #6BA992

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.05%

 BLUE value IS 146 (57.42% from 255) = 34.6%

R = 25.36%
G = 40.05%
B = 34.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.14

 K value IS 0.34

RGB Variations

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

Color information

#6BA992 (or 0x6BA992) is known color: Acapulco. HEX triplet: 6B, A9 and 92. RGB value is (107,169,146). Sum of RGB (Red+Green+Blue) = 107+169+146=422 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.36% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #6BA992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BA992 is #94566D. Grayscale: #939393. Windows color (decimal): -9721454 or 9611627. OLE color: 9611627.

HSL color Cylindrical-coordinate representation of color #6BA992: hue angle of 157.74º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6BA992 is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.

Color convert

RGB 107 169 146 -
CMYK 0.37 0 0.14 0.34
HSL 157.74º 0.26% 0.54% -
HSV(B) 157.74º 0.37% 0.66% -
XYZ 25.44 33.58 32.33 -
YUV 147.84 126.96 98.87 -
System Red Green Blue C M Y K H S L
Decimal 107 169 146 0.37 0 0.14 0.34 157.74 0.26 0.54
Hex 6B A9 92 25 0 E 22 9E 1A 36
Octal 153 251 222 45 0 16 42 236 32 66
Binary 1101011 10101001 10010010 100101 0 1110 100010 10011110 11010 110110

Color Harmonies of #6BA992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA992

Black with #6BA992

Text Example


Text Example

White with #6BA992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,169,146); }

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

background-color css

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

 a { background-color: rgb(107,169,146); }

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

border-color css

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

 span { border-color: rgb(107,169,146); }

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