Html Css Color HEX #6CC0BB Monte Carlo

📋 copy color: '#6CC0BB'

red 108 ◦ green 192 ◦ blue 187

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

Shades of Monte Carlo #6CC0BB

Tints of Monte Carlo #6CC0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.43%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 22.18%
G = 39.43%
B = 38.4%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#6CC0BB (or 0x6CC0BB) is known color: Monte Carlo. HEX triplet: 6C, C0 and BB. RGB value is (108,192,187). Sum of RGB (Red+Green+Blue) = 108+192+187=487 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.18% from 487); Green value is 192 (75.39% from 255 or 39.43% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC0BB is #933F44. Grayscale: #A6A6A6. Windows color (decimal): -9649989 or 12304492. OLE color: 12304492.

HSL color Cylindrical-coordinate representation of color #6CC0BB: hue angle of 176.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6CC0BB is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 192 187 -
CMYK 0.44 0 0.03 0.25
HSL 176.43º 0.4% 0.59% -
HSV(B) 176.43º 0.44% 0.75% -
XYZ 34 44.48 53.81 -
YUV 166.31 139.67 86.41 -
System Red Green Blue C M Y K H S L
Decimal 108 192 187 0.44 0 0.03 0.25 176.43 0.4 0.59
Hex 6C C0 BB 2C 0 3 19 B0 28 3B
Octal 154 300 273 54 0 3 31 260 50 73
Binary 1101100 11000000 10111011 101100 0 11 11001 10110000 101000 111011

Color Harmonies of #6CC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CC0BB

Black with #6CC0BB

Text Example


Text Example

White with #6CC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,192,187); }

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

background-color css

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

 a { background-color: rgb(108,192,187); }

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

border-color css

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

 span { border-color: rgb(108,192,187); }

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