Html Css Color HEX #6CA290 Acapulco

📋 copy color: '#6CA290'

red 108 ◦ green 162 ◦ blue 144

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

Shades of Acapulco #6CA290

Tints of Acapulco #6CA290

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.13%

 BLUE value IS 144 (56.64% from 255) = 34.78%

R = 26.09%
G = 39.13%
B = 34.78%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#6CA290 (or 0x6CA290) is known color: Acapulco. HEX triplet: 6C, A2 and 90. RGB value is (108,162,144). Sum of RGB (Red+Green+Blue) = 108+162+144=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 162 (63.67% from 255 or 39.13% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 162 - color contains mainly: green. Hex color #6CA290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CA290 is #935D6F. Grayscale: #8F8F8F. Windows color (decimal): -9657712 or 9478764. OLE color: 9478764.

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

Color convert

RGB 108 162 144 -
CMYK 0.33 0 0.11 0.36
HSL 160º 0.23% 0.53% -
HSV(B) 160º 0.33% 0.64% -
XYZ 24.14 31.04 31.11 -
YUV 143.8 128.11 102.46 -
System Red Green Blue C M Y K H S L
Decimal 108 162 144 0.33 0 0.11 0.36 160 0.23 0.53
Hex 6C A2 90 21 0 B 24 A0 16 35
Octal 154 242 220 41 0 13 44 240 26 65
Binary 1101100 10100010 10010000 100001 0 1011 100100 10100000 10110 110101

Color Harmonies of #6CA290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA290

Black with #6CA290

Text Example


Text Example

White with #6CA290

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,162,144); }

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

background-color css

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

 a { background-color: rgb(108,162,144); }

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

border-color css

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

 span { border-color: rgb(108,162,144); }

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