#7ABDBB

Color #7ABDBB Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #7ABDBB

Tints of Monte Carlo #7ABDBB

Color information

#7ABDBB (or 0x7ABDBB) is unknown color: approx Monte Carlo. HEX triplet: 7A, BD and BB. RGB value is (122,189,187). Sum of RGB (Red+Green+Blue) = 122+189+187=498 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.50% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABDBB is #854244. Grayscale: #A8A8A8. Windows color (decimal): -8733253 or 12303738. OLE color: 12303738.

HSL color Cylindrical-coordinate representation of color #7ABDBB: hue angle of 178.21º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABDBB is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB122189187-
CMYK0.3500.010.26
HSL178.21º33.67%60.98%-
HSV(B)178.21º35.45%74.12%-
XYZ35.1944.1253.67-
YUV168.74138.394.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 24.50%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 187 (73.44% from 255) = 37.55%
R=24.50%
G=37.95%
B=37.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221891870.3500.010.26178.2133.6760.98
Hex7ABDBB23011Ab2223d
Octal1722752734301322624275
Binary11110101011110110111011100011011101010110010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7ABDBB; }

 p { color: rgb(122,189,187); }

 H1.HeaderClassName
 {
   color: #7ABDBB;
 }
 .AnyTagClassName
 {
   color: #7ABDBB;
 }
</style>
background-color css

<style>
 a { background-color: #7ABDBB; }

 a { background-color: rgb(122,189,187); }

 div.DivClassName
 {
   background-color: #7ABDBB;
 }
 .BgClassName
 {
   background-color: #7ABDBB;
 }
</style>
border-color css

<style>
 span { border-color: #7ABDBB; }

 span { border-color: rgb(122,189,187); }

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