Html Css Color HEX #6AA292 Acapulco

📋 copy color: '#6AA292'

red 106 ◦ green 162 ◦ blue 146

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

Shades of Acapulco #6AA292

Tints of Acapulco #6AA292

RGB

 RED value IS 106 (41.8% from 255) = 25.6%

 GREEN value IS 162 (63.67% from 255) = 39.13%

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

R = 25.6%
G = 39.13%
B = 35.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#6AA292 (or 0x6AA292) is known color: Acapulco. HEX triplet: 6A, A2 and 92. RGB value is (106,162,146). Sum of RGB (Red+Green+Blue) = 106+162+146=414 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.60% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 146 (57.42% from 255 or 35.27% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA292 is #955D6D. Grayscale: #8F8F8F. Windows color (decimal): -9788782 or 9609834. OLE color: 9609834.

HSL color Cylindrical-coordinate representation of color #6AA292: hue angle of 162.86º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA292 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 106 162 146 -
CMYK 0.35 0 0.10 0.36
HSL 162.86º 0.23% 0.53% -
HSV(B) 162.86º 0.35% 0.64% -
XYZ 24.05 30.98 31.91 -
YUV 143.43 129.45 101.3 -
System Red Green Blue C M Y K H S L
Decimal 106 162 146 0.35 0 0.10 0.36 162.86 0.23 0.53
Hex 6A A2 92 23 0 A 24 A3 17 35
Octal 152 242 222 43 0 12 44 243 27 65
Binary 1101010 10100010 10010010 100011 0 1010 100100 10100011 10111 110101

Color Harmonies of #6AA292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA292

Black with #6AA292

Text Example


Text Example

White with #6AA292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,162,146); }

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

background-color css

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

 a { background-color: rgb(106,162,146); }

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

border-color css

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

 span { border-color: rgb(106,162,146); }

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