Html Css Color HEX #6DC2B4 Monte Carlo

📋 copy color: '#6DC2B4'

red 109 ◦ green 194 ◦ blue 180

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

Shades of Monte Carlo #6DC2B4

Tints of Monte Carlo #6DC2B4

RGB

 RED value IS 109 (42.97% from 255) = 22.57%

 GREEN value IS 194 (76.17% from 255) = 40.17%

 BLUE value IS 180 (70.7% from 255) = 37.27%

R = 22.57%
G = 40.17%
B = 37.27%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#6DC2B4 (or 0x6DC2B4) is known color: Monte Carlo. HEX triplet: 6D, C2 and B4. RGB value is (109,194,180). Sum of RGB (Red+Green+Blue) = 109+194+180=483 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.57% from 483); Green value is 194 (76.17% from 255 or 40.17% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 194 - color contains mainly: green. Hex color #6DC2B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC2B4 is #923D4B. Grayscale: #A6A6A6. Windows color (decimal): -9583948 or 11846253. OLE color: 11846253.

HSL color Cylindrical-coordinate representation of color #6DC2B4: hue angle of 170.12º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DC2B4 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 109 194 180 -
CMYK 0.44 0 0.07 0.24
HSL 170.12º 0.41% 0.59% -
HSV(B) 170.12º 0.44% 0.76% -
XYZ 33.84 45.13 50.11 -
YUV 166.99 135.34 86.64 -
System Red Green Blue C M Y K H S L
Decimal 109 194 180 0.44 0 0.07 0.24 170.12 0.41 0.59
Hex 6D C2 B4 2C 0 7 18 AA 29 3B
Octal 155 302 264 54 0 7 30 252 51 73
Binary 1101101 11000010 10110100 101100 0 111 11000 10101010 101001 111011

Color Harmonies of #6DC2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DC2B4

Black with #6DC2B4

Text Example


Text Example

White with #6DC2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,194,180); }

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

background-color css

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

 a { background-color: rgb(109,194,180); }

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

border-color css

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

 span { border-color: rgb(109,194,180); }

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