Html Css Color HEX #8ABAB7 Monte Carlo

📋 copy color: '#8ABAB7'

red 138 ◦ green 186 ◦ blue 183

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

Shades of Monte Carlo #8ABAB7

Tints of Monte Carlo #8ABAB7

RGB

 RED value IS 138 (54.3% from 255) = 27.22%

 GREEN value IS 186 (73.05% from 255) = 36.69%

 BLUE value IS 183 (71.88% from 255) = 36.09%

R = 27.22%
G = 36.69%
B = 36.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.27

RGB Variations

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

Color information

#8ABAB7 (or 0x8ABAB7) is known color: Monte Carlo. HEX triplet: 8A, BA and B7. RGB value is (138,186,183). Sum of RGB (Red+Green+Blue) = 138+186+183=507 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.22% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 186 - color contains mainly: green. Hex color #8ABAB7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABAB7 is #754548. Grayscale: #ABABAB. Windows color (decimal): -7685449 or 12040842. OLE color: 12040842.

HSL color Cylindrical-coordinate representation of color #8ABAB7: hue angle of 176.25º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8ABAB7 is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB 138 186 183 -
CMYK 0.26 0 0.02 0.27
HSL 176.25º 0.26% 0.64% -
HSV(B) 176.25º 0.26% 0.73% -
XYZ 36.59 43.94 51.35 -
YUV 171.31 134.6 104.24 -
System Red Green Blue C M Y K H S L
Decimal 138 186 183 0.26 0 0.02 0.27 176.25 0.26 0.64
Hex 8A BA B7 1A 0 2 1B B0 1A 40
Octal 212 272 267 32 0 2 33 260 32 100
Binary 10001010 10111010 10110111 11010 0 10 11011 10110000 11010 1000000

Color Harmonies of #8ABAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABAB7

Black with #8ABAB7

Text Example


Text Example

White with #8ABAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8ABAB7; }

 p { color: rgb(138,186,183); }

 H1.HeaderClassName
 {
   color: #8ABAB7;
 }
 .AnyTagClassName
 {
   color: #8ABAB7;
 }
</style>

background-color css

<style>
 a { background-color: #8ABAB7; }

 a { background-color: rgb(138,186,183); }

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

border-color css

<style>
 span { border-color: #8ABAB7; }

 span { border-color: rgb(138,186,183); }

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