Html Css Color HEX #6CC5B0 Monte Carlo

📋 copy color: '#6CC5B0'

red 108 ◦ green 197 ◦ blue 176

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

Shades of Monte Carlo #6CC5B0

Tints of Monte Carlo #6CC5B0

RGB

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

 GREEN value IS 197 (77.34% from 255) = 40.96%

 BLUE value IS 176 (69.14% from 255) = 36.59%

R = 22.45%
G = 40.96%
B = 36.59%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#6CC5B0 (or 0x6CC5B0) is known color: Monte Carlo. HEX triplet: 6C, C5 and B0. RGB value is (108,197,176). Sum of RGB (Red+Green+Blue) = 108+197+176=481 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.45% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 176 (69.14% from 255 or 36.59% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #6CC5B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6CC5B0 is #933A4F. Grayscale: #A7A7A7. Windows color (decimal): -9648720 or 11584876. OLE color: 11584876.

HSL color Cylindrical-coordinate representation of color #6CC5B0: hue angle of 165.84º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC5B0 is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 108 197 176 -
CMYK 0.45 0 0.11 0.23
HSL 165.84º 0.43% 0.6% -
HSV(B) 165.84º 0.45% 0.77% -
XYZ 33.99 46.26 48.21 -
YUV 168 132.51 85.21 -
System Red Green Blue C M Y K H S L
Decimal 108 197 176 0.45 0 0.11 0.23 165.84 0.43 0.6
Hex 6C C5 B0 2D 0 B 17 A6 2B 3C
Octal 154 305 260 55 0 13 27 246 53 74
Binary 1101100 11000101 10110000 101101 0 1011 10111 10100110 101011 111100

Color Harmonies of #6CC5B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC5B0

Black with #6CC5B0

Text Example


Text Example

White with #6CC5B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,197,176); }

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

background-color css

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

 a { background-color: rgb(108,197,176); }

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

border-color css

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

 span { border-color: rgb(108,197,176); }

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