Html Css Color HEX #7ABCB2 Monte Carlo

📋 copy color: '#7ABCB2'

red 122 ◦ green 188 ◦ blue 178

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

Shades of Monte Carlo #7ABCB2

Tints of Monte Carlo #7ABCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.48%

R = 25%
G = 38.52%
B = 36.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#7ABCB2 (or 0x7ABCB2) is known color: Monte Carlo. HEX triplet: 7A, BC and B2. RGB value is (122,188,178). Sum of RGB (Red+Green+Blue) = 122+188+178=488 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 178 (69.92% from 255 or 36.48% from 488); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABCB2 is #85434D. Grayscale: #A7A7A7. Windows color (decimal): -8733518 or 11713658. OLE color: 11713658.

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

Color convert

RGB 122 188 178 -
CMYK 0.35 0 0.05 0.26
HSL 170.91º 0.33% 0.61% -
HSV(B) 170.91º 0.35% 0.74% -
XYZ 34.05 43.32 48.69 -
YUV 167.13 134.13 95.81 -
System Red Green Blue C M Y K H S L
Decimal 122 188 178 0.35 0 0.05 0.26 170.91 0.33 0.61
Hex 7A BC B2 23 0 5 1A AB 21 3D
Octal 172 274 262 43 0 5 32 253 41 75
Binary 1111010 10111100 10110010 100011 0 101 11010 10101011 100001 111101

Color Harmonies of #7ABCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABCB2

Black with #7ABCB2

Text Example


Text Example

White with #7ABCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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