Html Css Color HEX #83CCAB Monte Carlo

📋 copy color: '#83CCAB'

red 131 ◦ green 204 ◦ blue 171

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

Shades of Monte Carlo #83CCAB

Tints of Monte Carlo #83CCAB

RGB

 RED value IS 131 (51.56% from 255) = 25.89%

 GREEN value IS 204 (80.08% from 255) = 40.32%

 BLUE value IS 171 (67.19% from 255) = 33.79%

R = 25.89%
G = 40.32%
B = 33.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#83CCAB (or 0x83CCAB) is known color: Monte Carlo. HEX triplet: 83, CC and AB. RGB value is (131,204,171). Sum of RGB (Red+Green+Blue) = 131+204+171=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 204 - color contains mainly: green. Hex color #83CCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #83CCAB is #7C3354. Grayscale: #B2B2B2. Windows color (decimal): -8139605 or 11259011. OLE color: 11259011.

HSL color Cylindrical-coordinate representation of color #83CCAB: hue angle of 152.88º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83CCAB is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 131 204 171 -
CMYK 0.36 0 0.16 0.2
HSL 152.88º 0.42% 0.66% -
HSV(B) 152.88º 0.36% 0.8% -
XYZ 38.3 50.95 46.34 -
YUV 178.41 123.82 94.18 -
System Red Green Blue C M Y K H S L
Decimal 131 204 171 0.36 0 0.16 0.2 152.88 0.42 0.66
Hex 83 CC AB 24 0 10 14 99 2A 42
Octal 203 314 253 44 0 20 24 231 52 102
Binary 10000011 11001100 10101011 100100 0 10000 10100 10011001 101010 1000010

Color Harmonies of #83CCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83CCAB

Black with #83CCAB

Text Example


Text Example

White with #83CCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83CCAB; }

 p { color: rgb(131,204,171); }

 H1.HeaderClassName
 {
   color: #83CCAB;
 }
 .AnyTagClassName
 {
   color: #83CCAB;
 }
</style>

background-color css

<style>
 a { background-color: #83CCAB; }

 a { background-color: rgb(131,204,171); }

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

border-color css

<style>
 span { border-color: #83CCAB; }

 span { border-color: rgb(131,204,171); }

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