Html Css Color HEX #6AA58B Acapulco

📋 copy color: '#6AA58B'

red 106 ◦ green 165 ◦ blue 139

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

Shades of Acapulco #6AA58B

Tints of Acapulco #6AA58B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 40.24%

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 25.85%
G = 40.24%
B = 33.9%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#6AA58B (or 0x6AA58B) is known color: Acapulco. HEX triplet: 6A, A5 and 8B. RGB value is (106,165,139). Sum of RGB (Red+Green+Blue) = 106+165+139=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 165 (64.84% from 255 or 40.24% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 165 - color contains mainly: green. Hex color #6AA58B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA58B is #955A74. Grayscale: #909090. Windows color (decimal): -9788021 or 9151850. OLE color: 9151850.

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

Color convert

RGB 106 165 139 -
CMYK 0.36 0 0.16 0.35
HSL 153.56º 0.25% 0.53% -
HSV(B) 153.56º 0.36% 0.65% -
XYZ 24.06 31.84 29.3 -
YUV 144.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 106 165 139 0.36 0 0.16 0.35 153.56 0.25 0.53
Hex 6A A5 8B 24 0 10 23 9A 19 35
Octal 152 245 213 44 0 20 43 232 31 65
Binary 1101010 10100101 10001011 100100 0 10000 100011 10011010 11001 110101

Color Harmonies of #6AA58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA58B

Black with #6AA58B

Text Example


Text Example

White with #6AA58B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,165,139); }

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

background-color css

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

 a { background-color: rgb(106,165,139); }

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

border-color css

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

 span { border-color: rgb(106,165,139); }

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