Html Css Color HEX #6CA194 Acapulco

📋 copy color: '#6CA194'

red 108 ◦ green 161 ◦ blue 148

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

Shades of Acapulco #6CA194

Tints of Acapulco #6CA194

RGB

 RED value IS 108 (42.58% from 255) = 25.9%

 GREEN value IS 161 (63.28% from 255) = 38.61%

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

R = 25.9%
G = 38.61%
B = 35.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.37

RGB Variations

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

Color information

#6CA194 (or 0x6CA194) is known color: Acapulco. HEX triplet: 6C, A1 and 94. RGB value is (108,161,148). Sum of RGB (Red+Green+Blue) = 108+161+148=417 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.90% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA194 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA194 is #935E6B. Grayscale: #8F8F8F. Windows color (decimal): -9657964 or 9740652. OLE color: 9740652.

HSL color Cylindrical-coordinate representation of color #6CA194: hue angle of 165.28º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6CA194 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 161 148 -
CMYK 0.33 0 0.08 0.37
HSL 165.28º 0.22% 0.53% -
HSV(B) 165.28º 0.33% 0.63% -
XYZ 24.27 30.82 32.69 -
YUV 143.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 108 161 148 0.33 0 0.08 0.37 165.28 0.22 0.53
Hex 6C A1 94 21 0 8 25 A5 16 35
Octal 154 241 224 41 0 10 45 245 26 65
Binary 1101100 10100001 10010100 100001 0 1000 100101 10100101 10110 110101

Color Harmonies of #6CA194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA194

Black with #6CA194

Text Example


Text Example

White with #6CA194

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,161,148); }

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

background-color css

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

 a { background-color: rgb(108,161,148); }

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

border-color css

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

 span { border-color: rgb(108,161,148); }

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