Html Css Color HEX #8ABEBB Monte Carlo

📋 copy color: '#8ABEBB'

red 138 ◦ green 190 ◦ blue 187

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

Shades of Monte Carlo #8ABEBB

Tints of Monte Carlo #8ABEBB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.89%

 BLUE value IS 187 (73.44% from 255) = 36.31%

R = 26.8%
G = 36.89%
B = 36.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#8ABEBB (or 0x8ABEBB) is known color: Monte Carlo. HEX triplet: 8A, BE and BB. RGB value is (138,190,187). Sum of RGB (Red+Green+Blue) = 138+190+187=515 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.80% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABEBB is #754144. Grayscale: #AEAEAE. Windows color (decimal): -7684421 or 12304010. OLE color: 12304010.

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

Color convert

RGB 138 190 187 -
CMYK 0.27 0 0.02 0.25
HSL 176.54º 0.29% 0.64% -
HSV(B) 176.54º 0.27% 0.75% -
XYZ 37.86 45.82 53.86 -
YUV 174.11 135.27 102.24 -
System Red Green Blue C M Y K H S L
Decimal 138 190 187 0.27 0 0.02 0.25 176.54 0.29 0.64
Hex 8A BE BB 1B 0 2 19 B1 1D 40
Octal 212 276 273 33 0 2 31 261 35 100
Binary 10001010 10111110 10111011 11011 0 10 11001 10110001 11101 1000000

Color Harmonies of #8ABEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABEBB

Black with #8ABEBB

Text Example


Text Example

White with #8ABEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,190,187); }

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

background-color css

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

 a { background-color: rgb(138,190,187); }

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

border-color css

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

 span { border-color: rgb(138,190,187); }

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