Html Css Color HEX #6CAE8C Acapulco

📋 copy color: '#6CAE8C'

red 108 ◦ green 174 ◦ blue 140

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

Shades of Acapulco #6CAE8C

Tints of Acapulco #6CAE8C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 25.59%
G = 41.23%
B = 33.18%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#6CAE8C (or 0x6CAE8C) is known color: Acapulco. HEX triplet: 6C, AE and 8C. RGB value is (108,174,140). Sum of RGB (Red+Green+Blue) = 108+174+140=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #6CAE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAE8C is #935173. Grayscale: #969696. Windows color (decimal): -9654644 or 9219692. OLE color: 9219692.

HSL color Cylindrical-coordinate representation of color #6CAE8C: hue angle of 149.09º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAE8C is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 174 140 -
CMYK 0.38 0 0.20 0.32
HSL 149.09º 0.29% 0.55% -
HSV(B) 149.09º 0.38% 0.68% -
XYZ 26.05 35.35 30.26 -
YUV 150.39 122.13 97.76 -
System Red Green Blue C M Y K H S L
Decimal 108 174 140 0.38 0 0.20 0.32 149.09 0.29 0.55
Hex 6C AE 8C 26 0 14 20 95 1D 37
Octal 154 256 214 46 0 24 40 225 35 67
Binary 1101100 10101110 10001100 100110 0 10100 100000 10010101 11101 110111

Color Harmonies of #6CAE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CAE8C

Black with #6CAE8C

Text Example


Text Example

White with #6CAE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,174,140); }

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

background-color css

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

 a { background-color: rgb(108,174,140); }

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

border-color css

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

 span { border-color: rgb(108,174,140); }

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