Html Css Color HEX #6AA698 Acapulco

📋 copy color: '#6AA698'

red 106 ◦ green 166 ◦ blue 152

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

Shades of Acapulco #6AA698

Tints of Acapulco #6AA698

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.15%

 BLUE value IS 152 (59.77% from 255) = 35.85%

R = 25%
G = 39.15%
B = 35.85%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#6AA698 (or 0x6AA698) is known color: Acapulco. HEX triplet: 6A, A6 and 98. RGB value is (106,166,152). Sum of RGB (Red+Green+Blue) = 106+166+152=424 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25% from 424); Green value is 166 (65.23% from 255 or 39.15% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6AA698 is #955967. Grayscale: #929292. Windows color (decimal): -9787752 or 10004074. OLE color: 10004074.

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

Color convert

RGB 106 166 152 -
CMYK 0.36 0 0.08 0.35
HSL 166º 0.25% 0.53% -
HSV(B) 166º 0.36% 0.65% -
XYZ 25.25 32.6 34.67 -
YUV 146.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 106 166 152 0.36 0 0.08 0.35 166 0.25 0.53
Hex 6A A6 98 24 0 8 23 A6 19 35
Octal 152 246 230 44 0 10 43 246 31 65
Binary 1101010 10100110 10011000 100100 0 1000 100011 10100110 11001 110101

Color Harmonies of #6AA698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AA698

Black with #6AA698

Text Example


Text Example

White with #6AA698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,166,152); }

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

background-color css

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

 a { background-color: rgb(106,166,152); }

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

border-color css

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

 span { border-color: rgb(106,166,152); }

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