Html Css Color HEX #6FAA9A Acapulco

📋 copy color: '#6FAA9A'

red 111 ◦ green 170 ◦ blue 154

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

Shades of Acapulco #6FAA9A

Tints of Acapulco #6FAA9A

RGB

 RED value IS 111 (43.75% from 255) = 25.52%

 GREEN value IS 170 (66.8% from 255) = 39.08%

 BLUE value IS 154 (60.55% from 255) = 35.4%

R = 25.52%
G = 39.08%
B = 35.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#6FAA9A (or 0x6FAA9A) is known color: Acapulco. HEX triplet: 6F, AA and 9A. RGB value is (111,170,154). Sum of RGB (Red+Green+Blue) = 111+170+154=435 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.52% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAA9A is #905565. Grayscale: #969696. Windows color (decimal): -9459046 or 10136175. OLE color: 10136175.

HSL color Cylindrical-coordinate representation of color #6FAA9A: hue angle of 163.73º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAA9A is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 170 154 -
CMYK 0.35 0 0.09 0.33
HSL 163.73º 0.26% 0.55% -
HSV(B) 163.73º 0.35% 0.67% -
XYZ 26.76 34.46 35.81 -
YUV 150.54 129.95 99.8 -
System Red Green Blue C M Y K H S L
Decimal 111 170 154 0.35 0 0.09 0.33 163.73 0.26 0.55
Hex 6F AA 9A 23 0 9 21 A4 1A 37
Octal 157 252 232 43 0 11 41 244 32 67
Binary 1101111 10101010 10011010 100011 0 1001 100001 10100100 11010 110111

Color Harmonies of #6FAA9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAA9A

Black with #6FAA9A

Text Example


Text Example

White with #6FAA9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,170,154); }

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

background-color css

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

 a { background-color: rgb(111,170,154); }

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

border-color css

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

 span { border-color: rgb(111,170,154); }

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