Html Css Color HEX #7ABCB0 Monte Carlo

📋 copy color: '#7ABCB0'

red 122 ◦ green 188 ◦ blue 176

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

Shades of Monte Carlo #7ABCB0

Tints of Monte Carlo #7ABCB0

RGB

 RED value IS 122 (48.05% from 255) = 25.1%

 GREEN value IS 188 (73.83% from 255) = 38.68%

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

R = 25.1%
G = 38.68%
B = 36.21%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#7ABCB0 (or 0x7ABCB0) is known color: Monte Carlo. HEX triplet: 7A, BC and B0. RGB value is (122,188,176). Sum of RGB (Red+Green+Blue) = 122+188+176=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABCB0 is #85434F. Grayscale: #A6A6A6. Windows color (decimal): -8733520 or 11582586. OLE color: 11582586.

HSL color Cylindrical-coordinate representation of color #7ABCB0: hue angle of 169.09º degrees, saturation: 0.33, 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 #7ABCB0 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 122 188 176 -
CMYK 0.35 0 0.06 0.26
HSL 169.09º 0.33% 0.61% -
HSV(B) 169.09º 0.35% 0.74% -
XYZ 33.85 43.24 47.64 -
YUV 166.9 133.13 95.98 -
System Red Green Blue C M Y K H S L
Decimal 122 188 176 0.35 0 0.06 0.26 169.09 0.33 0.61
Hex 7A BC B0 23 0 6 1A A9 21 3D
Octal 172 274 260 43 0 6 32 251 41 75
Binary 1111010 10111100 10110000 100011 0 110 11010 10101001 100001 111101

Color Harmonies of #7ABCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABCB0

Black with #7ABCB0

Text Example


Text Example

White with #7ABCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,188,176); }

 H1.HeaderClassName
 {
   color: #7ABCB0;
 }
 .AnyTagClassName
 {
   color: #7ABCB0;
 }
</style>

background-color css

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

 a { background-color: rgb(122,188,176); }

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

border-color css

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

 span { border-color: rgb(122,188,176); }

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