Html Css Color HEX #6AA294 Acapulco

📋 copy color: '#6AA294'

red 106 ◦ green 162 ◦ blue 148

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

Shades of Acapulco #6AA294

Tints of Acapulco #6AA294

RGB

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

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

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

R = 25.48%
G = 38.94%
B = 35.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#6AA294 (or 0x6AA294) is known color: Acapulco. HEX triplet: 6A, A2 and 94. RGB value is (106,162,148). Sum of RGB (Red+Green+Blue) = 106+162+148=416 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.48% from 416); Green value is 162 (63.67% from 255 or 38.94% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 162 - color contains mainly: green. Hex color #6AA294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA294 is #955D6B. Grayscale: #8F8F8F. Windows color (decimal): -9788780 or 9740906. OLE color: 9740906.

HSL color Cylindrical-coordinate representation of color #6AA294: hue angle of 165º 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 #6AA294 is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 106 162 148 -
CMYK 0.35 0 0.09 0.36
HSL 165º 0.23% 0.53% -
HSV(B) 165º 0.35% 0.64% -
XYZ 24.21 31.04 32.73 -
YUV 143.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 106 162 148 0.35 0 0.09 0.36 165 0.23 0.53
Hex 6A A2 94 23 0 9 24 A5 17 35
Octal 152 242 224 43 0 11 44 245 27 65
Binary 1101010 10100010 10010100 100011 0 1001 100100 10100101 10111 110101

Color Harmonies of #6AA294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA294

Black with #6AA294

Text Example


Text Example

White with #6AA294

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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