Html Css Color HEX #6FAB94 Acapulco

📋 copy color: '#6FAB94'

red 111 ◦ green 171 ◦ blue 148

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

Shades of Acapulco #6FAB94

Tints of Acapulco #6FAB94

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.77%

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

R = 25.81%
G = 39.77%
B = 34.42%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#6FAB94 (or 0x6FAB94) is known color: Acapulco. HEX triplet: 6F, AB and 94. RGB value is (111,171,148). Sum of RGB (Red+Green+Blue) = 111+171+148=430 (56% of max value = 765). Red value is 111 (43.75% from 255 or 25.81% from 430); Green value is 171 (67.19% from 255 or 39.77% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 171 - color contains mainly: green. Hex color #6FAB94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAB94 is #90546B. Grayscale: #969696. Windows color (decimal): -9458796 or 9743215. OLE color: 9743215.

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

Color convert

RGB 111 171 148 -
CMYK 0.35 0 0.13 0.33
HSL 157º 0.26% 0.55% -
HSV(B) 157º 0.35% 0.67% -
XYZ 26.46 34.64 33.31 -
YUV 150.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 111 171 148 0.35 0 0.13 0.33 157 0.26 0.55
Hex 6F AB 94 23 0 D 21 9D 1A 37
Octal 157 253 224 43 0 15 41 235 32 67
Binary 1101111 10101011 10010100 100011 0 1101 100001 10011101 11010 110111

Color Harmonies of #6FAB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FAB94

Black with #6FAB94

Text Example


Text Example

White with #6FAB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,171,148); }

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

background-color css

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

 a { background-color: rgb(111,171,148); }

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

border-color css

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

 span { border-color: rgb(111,171,148); }

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