Html Css Color HEX #6ABFB9 Monte Carlo

📋 copy color: '#6ABFB9'

red 106 ◦ green 191 ◦ blue 185

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

Shades of Monte Carlo #6ABFB9

Tints of Monte Carlo #6ABFB9

RGB

 RED value IS 106 (41.8% from 255) = 21.99%

 GREEN value IS 191 (75% from 255) = 39.63%

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 21.99%
G = 39.63%
B = 38.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#6ABFB9 (or 0x6ABFB9) is known color: Monte Carlo. HEX triplet: 6A, BF and B9. RGB value is (106,191,185). Sum of RGB (Red+Green+Blue) = 106+191+185=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ABFB9 is #954046. Grayscale: #A4A4A4. Windows color (decimal): -9781319 or 12173162. OLE color: 12173162.

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

Color convert

RGB 106 191 185 -
CMYK 0.45 0 0.03 0.25
HSL 175.76º 0.4% 0.58% -
HSV(B) 175.76º 0.45% 0.75% -
XYZ 33.33 43.83 52.6 -
YUV 164.9 139.34 85.99 -
System Red Green Blue C M Y K H S L
Decimal 106 191 185 0.45 0 0.03 0.25 175.76 0.4 0.58
Hex 6A BF B9 2D 0 3 19 B0 28 3A
Octal 152 277 271 55 0 3 31 260 50 72
Binary 1101010 10111111 10111001 101101 0 11 11001 10110000 101000 111010

Color Harmonies of #6ABFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFB9

Black with #6ABFB9

Text Example


Text Example

White with #6ABFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,191,185); }

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

background-color css

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

 a { background-color: rgb(106,191,185); }

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

border-color css

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

 span { border-color: rgb(106,191,185); }

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