Html Css Color HEX #6CA091 Acapulco

📋 copy color: '#6CA091'

red 108 ◦ green 160 ◦ blue 145

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

Shades of Acapulco #6CA091

Tints of Acapulco #6CA091

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

 BLUE value IS 145 (57.03% from 255) = 35.11%

R = 26.15%
G = 38.74%
B = 35.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#6CA091 (or 0x6CA091) is known color: Acapulco. HEX triplet: 6C, A0 and 91. RGB value is (108,160,145). Sum of RGB (Red+Green+Blue) = 108+160+145=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 160 - color contains mainly: green. Hex color #6CA091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA091 is #935F6E. Grayscale: #8E8E8E. Windows color (decimal): -9658223 or 9543788. OLE color: 9543788.

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

Color convert

RGB 108 160 145 -
CMYK 0.32 0 0.09 0.37
HSL 162.69º 0.21% 0.53% -
HSV(B) 162.69º 0.33% 0.63% -
XYZ 23.87 30.37 31.39 -
YUV 142.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 108 160 145 0.32 0 0.09 0.37 162.69 0.21 0.53
Hex 6C A0 91 20 0 9 25 A3 15 35
Octal 154 240 221 40 0 11 45 243 25 65
Binary 1101100 10100000 10010001 100000 0 1001 100101 10100011 10101 110101

Color Harmonies of #6CA091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA091

Black with #6CA091

Text Example


Text Example

White with #6CA091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,160,145); }

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

background-color css

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

 a { background-color: rgb(108,160,145); }

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

border-color css

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

 span { border-color: rgb(108,160,145); }

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